🐧 Avoid starting xvfb on Linux

...since we don't run tests anymore in there.
This commit is contained in:
Antonio Scandurra
2015-04-16 09:04:32 +02:00
parent f3a1aebb8a
commit 77d73f92f7

View File

@@ -13,8 +13,6 @@ install:
- nvm use $NODE_VERSION
- if [ $TRAVIS_OS_NAME == "linux" ]; then
sudo apt-get install build-essential git libgnome-keyring-dev fakeroot;
export DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
fi
script: script/cibuild