mirror of
https://github.com/vale981/grapher
synced 2025-03-05 09:31:42 -05:00
12 lines
No EOL
241 B
YAML
12 lines
No EOL
241 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
node_js:
|
|
- "4.4.7"
|
|
|
|
before_install:
|
|
- curl https://install.meteor.com | /bin/sh
|
|
- export PATH="$HOME/.meteor:$PATH"
|
|
|
|
script:
|
|
- meteor --once test-packages --driver-package dispatch:mocha-phantomjs ./ |