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 08a873a commit 59f5f0aCopy full SHA for 59f5f0a
1 file changed
.travis.yml
@@ -28,12 +28,6 @@ before_install:
28
- brew install python3
29
- brew install lua
30
31
-# Start virtual framebuffer to be able to test the GUI.
32
-before_script:
33
- - "export DISPLAY=:99.0"
34
- - "sh -e /etc/init.d/xvfb start"
35
- - sleep 3 # give xvfb some time to start
36
-
37
script:
38
- NPROC=$(getconf _NPROCESSORS_ONLN)
39
- ./configure $CONFOPT --enable-fail-if-missing
0 commit comments