swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: cfdee3b6c0065b0ec7cc5d9e1552e5f7f09bc1ed authored by Andreas Stuhlmueller on 06 June 2017, 22:14:47 UTC
0.9.9
Tip revision: cfdee3b
.travis.yml
language: node_js

node_js:
  - "4"
  - "5"
  - "6"
  - "7"

env:
  - TASK=default

matrix:
  include:
    - node_js: "7"
      env: TASK=travis-phantomjs

install:
  - npm install
  - npm install -g nodeunit grunt-cli
  - if [ $TASK = travis-phantomjs ]; then npm install -g browserify uglify-js; fi

script:
  - grunt $TASK

sudo: required
dist: trusty

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