swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: d12c8f7bb20874d69c4d342cb88bb7264b40b759 authored by Andreas Stuhlmüller on 31 March 2016, 21:52:18 UTC
0.6.2
Tip revision: d12c8f7
.travis.yml
language: node_js

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

env:
  - TASK=default

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