From eed77874f5a027c9b4367f201cbdf439555b9dbb Mon Sep 17 00:00:00 2001 From: Sergey Pchelintsev Date: Wed, 29 Nov 2017 22:57:59 +0200 Subject: [PATCH] f --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 79c2b7a..d88c4a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,5 @@ before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start + - if [ "$TRAVIS_CLIP" == "xclip" ]; then uptime | xclip -i -sel p -f | xclip -i -sel c; xclip -o -sel clipboard; fi +