diff --git a/.travis.yml b/.travis.yml index f1457cb..4641434 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ 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: