swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 1b75f529501d79f900daaf81cff16513afcb4c30 authored by Andreas Stuhlmüller on 06 August 2015, 15:59:26 UTC
0.1.0
Tip revision: 1b75f52
.travis.yml
language: node_js

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

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

script:
  - grunt

sudo: false
back to top