swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 55c92fce0a7164222bf37753bf8accb5e14be482 authored by Andreas Stuhlmüller on 02 December 2015, 17:14:42 UTC
0.4.0
Tip revision: 55c92fc
.travis.yml
language: node_js

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

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

script:
  - grunt

sudo: false

notifications:
  slack: cocolab-stanford:X2Ebs0qIMVUidJBD1xZd2XU1
back to top