swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 36f13e8f597d397a39803fa05d7be52be598a61f authored by Andreas Stuhlmüller on 15 June 2015, 21:46:59 UTC
0.0.12
Tip revision: 36f13e8
.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