Skip to content

Commit 6e8e0d1

Browse files
committed
restore clipboard setup?
1 parent 545d175 commit 6e8e0d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ install:
8585
- ci/submit_cython_cache.sh
8686
- echo "install done"
8787

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+
8897
script:
8998
- echo "script start"
9099
- echo "$JOB"

0 commit comments

Comments
 (0)