swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 31108782b3aa9acea352f4ef9838a1a8308652bc authored by Andreas Stuhlmüller on 06 April 2015, 21:33:10 UTC
Update npm version
Tip revision: 3110878
.travis.yml
language: node_js

node_js:
  - "0.11"
  - "0.10"

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

script:
  - grunt
back to top