grapher/.travis.yml

12 lines
241 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:
2016-09-15 09:33:48 +03:00
- curl https://install.meteor.com | /bin/sh
- export PATH="$HOME/.meteor:$PATH"
script:
- meteor --once test-packages --driver-package dispatch:mocha-phantomjs ./