Skip to content

Commit 9bcb7f3

Browse files
author
Simon Hofmann
committed
Removed xvfb setup
1 parent 0d96eb2 commit 9bcb7f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ before_install:
4242
# use g++-4.8 on Linux
4343
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
4444

45-
before_script:
46-
# Start xvfb
47-
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export DISPLAY=:99.0; fi
48-
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
49-
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sleep 3; fi
50-
5145
install: true
5246

5347
script:

0 commit comments

Comments
 (0)