mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
🐧 Avoid starting xvfb on Linux
...since we don't run tests anymore in there.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user