swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: b9e05dd051f20c2f38530b0e1da1207ad0d9ff35 authored by Andreas Stuhlmüller on 16 April 2015, 16:11:07 UTC
Merge branch 'dev'
Tip revision: b9e05dd
.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