swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: bdd302443dbc94d00dddc95c7097340eb4f39578 authored by Andreas Stuhlmüller on 28 May 2015, 21:15:45 UTC
0.0.11
Tip revision: bdd3024
.travis.yml
language: node_js

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

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

script:
  - grunt
back to top