swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: a1d59b4a12193b710bd50712c0d741a5ab7d7e26 authored by Andreas Stuhlmüller on 23 June 2016, 16:48:16 UTC
0.8.0
Tip revision: a1d59b4
.travis.yml
language: node_js

node_js:
  - "0.12"
  - "4"
  - "5"
  - "6"

env:
  - TASK=default

matrix:
  include:
    - node_js: "6"
      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