We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d96eb2 commit 9bcb7f3Copy full SHA for 9bcb7f3
.travis.yml
@@ -42,12 +42,6 @@ before_install:
42
# use g++-4.8 on Linux
43
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi
44
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
-
51
install: true
52
53
script:
0 commit comments