swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 3bed20804e5748e476e48089bc7f5ae8f64d4a81 authored by Andreas Stuhlmüller on 25 June 2015, 22:06:21 UTC
0.0.13
Tip revision: 3bed208
.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