From 77d73f92f76996f9953b2762d71fec560c421de2 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 16 Apr 2015 09:04:32 +0200 Subject: [PATCH] :penguin: Avoid starting xvfb on Linux ...since we don't run tests anymore in there. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2372e62b4..7e47d0660 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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