From 5459dcf3311fdee1ee590621dc16ceb6f7be73c2 Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 1 Feb 2019 16:39:38 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f065c1f..97c71ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ os: - linux before_script: -- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile - --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16" -- sleep 3 -- export DISPLAY=:1.0 - wget http://downloads.arduino.cc/arduino-1.8.0-linux64.tar.xz - tar xf arduino-1.8.0-linux64.tar.xz - mv arduino-1.8.0 $HOME/arduino_ide