swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 049e17de9ca7ad5b59102058d432aa1721232fdd authored by Andreas Stuhlmüller on 09 September 2015, 17:30:06 UTC
0.1.1
Tip revision: 049e17d
.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