From a1a10265fd29c3c0096bdc7e5aa24adc8f302eb4 Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 9 May 2019 00:06:02 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5fdc0af..be5cf767 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,7 @@ language: bash os: - linux -before_install: - - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" - before_script: - - "export DISPLAY=:99.0" - - sleep 3 # give xvfb some time to start - wget http://downloads.arduino.cc/arduino-1.8.4-linux64.tar.xz - tar xf arduino-1.8.4-linux64.tar.xz - mv arduino-1.8.4 $HOME/arduino_ide