We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545d175 commit 6e8e0d1Copy full SHA for 6e8e0d1
.travis.yml
@@ -85,6 +85,15 @@ install:
85
- ci/submit_cython_cache.sh
86
- echo "install done"
87
88
+
89
+before_script:
90
+ # display server (for clipboard functionality) needs to be started here,
91
+ # does not work if done in install:setup_env.sh (GH-26103)
92
+ - export DISPLAY=":99.0"
93
+ - echo "sh -e /etc/init.d/xvfb start"
94
+ - if [ "$JOB" != "3.8-dev" ]; then sh -e /etc/init.d/xvfb start; fi
95
+ - sleep 3
96
97
script:
98
- echo "script start"
99
- echo "$JOB"
0 commit comments