swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 82a7bc8cdd1d4fd27f8acd6823057757111a5aff authored by Andreas Stuhlmüller on 06 October 2016, 15:29:24 UTC
0.9.3
Tip revision: 82a7bc8
.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