grapher/.travis.yml
2017-03-02 11:35:27 +02:00

13 lines
No EOL
301 B
YAML

sudo: false
language: node_js
node_js:
- "4.4.7"
before_install:
- npm i --save-dev phantomjs-prebuilt
- curl https://install.meteor.com | /bin/sh
- export PATH="$HOME/.meteor:$PATH"
script:
- TEST_BROWSER_DRIVER=phantomjs meteor --once test-packages --driver-package dispatch:mocha ./