travis try

This commit is contained in:
Theodor Diaconu 2017-11-27 18:25:10 +02:00
parent c0c4de219f
commit 9cc083420b

View file

@ -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