swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 37cb6fe0febcb7845ec0cee709578c2ac7e1195c authored by Andreas Stuhlmüller on 01 October 2015, 21:14:01 UTC
0.2.1
Tip revision: 37cb6fe
.travis.yml
language: node_js

node_js:
  - "0.12"
  - "0.11"
  - "0.10"
  - "4.0.0"

install:
  - npm install
  - npm install -g nodeunit grunt-cli

script:
  - grunt

sudo: false
back to top