swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: d5db08e33b7342d8b878078f26b5181efd1251a4 authored by Andreas Stuhlmüller on 23 September 2015, 13:49:19 UTC
0.2.0
Tip revision: d5db08e
.travis.yml
language: node_js

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

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

script:
  - grunt

sudo: false
back to top