swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 4495cf910225d5e030c54f2422308a4ee4bd4a60 authored by Andreas Stuhlmueller on 03 May 2017, 23:09:40 UTC
Merge branch 'dev' into show-js-stack
Tip revision: 4495cf9
.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 uglifyjs; fi

script:
  - grunt $TASK

sudo: required
dist: trusty

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