Revision 79018bcfccc39d28868db2a601b283483fae3010 authored by null-a on 19 April 2017, 10:54:12 UTC, committed by null-a on 19 April 2017, 10:54:12 UTC
This is superseded by the file based parameter store back end.
1 parent 6a9f96f
Raw File
.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