swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: c187f9b9f1399681aaaf50b048f337822a928673 authored by Andreas Stuhlmüller on 20 October 2015, 18:07:34 UTC
0.3.1
Tip revision: c187f9b
.travis.yml
language: node_js

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

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

script:
  - grunt

sudo: false
back to top