From 37d1bf0e71ad21dc502aa632c1df503820686046 Mon Sep 17 00:00:00 2001 From: Marco Tombesi <32168423+baggior@users.noreply.github.com> Date: Sun, 17 Mar 2019 20:20:35 +0100 Subject: [PATCH] Update .travis.yml fix travis error --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce0228f..fc9631d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ os: - linux 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 + - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :0 -ac -screen 0 1280x1024x16 - sleep 3 - - export DISPLAY=:1.0 + - export DISPLAY=:0.0 - wget http://downloads.arduino.cc/arduino-1.6.5-linux64.tar.xz - tar xf arduino-1.6.5-linux64.tar.xz - mv arduino-1.6.5 $HOME/arduino_ide