mirror of
https://github.com/vale981/grapher
synced 2025-03-04 17:11:38 -05:00
travis try
This commit is contained in:
parent
c0c4de219f
commit
9cc083420b
1 changed files with 4 additions and 3 deletions
|
@ -11,9 +11,6 @@ node_js:
|
|||
before_install:
|
||||
- curl https://install.meteor.com/?release=1.6 | /bin/sh
|
||||
- export PATH="$HOME/.meteor:$PATH"
|
||||
- nohup sudo Xvfb :10 -ac
|
||||
- export DISPLAY=:10
|
||||
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
@ -23,6 +20,10 @@ cache:
|
|||
notifications:
|
||||
email: false
|
||||
|
||||
before_script:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
|
||||
script:
|
||||
- meteor create --bare test
|
||||
- cd test
|
||||
|
|
Loading…
Add table
Reference in a new issue