mirror of
https://github.com/vale981/grapher
synced 2025-03-05 09:31:42 -05:00
13 lines
No EOL
301 B
YAML
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 ./ |