grapher/.travis.yml

13 lines
318 B
YAML
Raw Normal View History

2016-09-15 09:33:48 +03:00
sudo: false
2016-09-15 09:14:15 +03:00
language: node_js
node_js:
- "4.4.7"
2016-09-15 09:33:48 +03:00
2016-09-15 09:14:15 +03:00
before_install:
2017-03-02 11:35:27 +02:00
- npm i --save-dev phantomjs-prebuilt
2017-03-17 18:58:10 +02:00
- curl https://install.meteor.com/?release=1.4.1.3 | /bin/sh
2016-09-15 09:33:48 +03:00
- export PATH="$HOME/.meteor:$PATH"
script:
2017-03-02 11:35:27 +02:00
- TEST_BROWSER_DRIVER=phantomjs meteor --once test-packages --driver-package dispatch:mocha ./