Update .travis.yml

pull/271/head
Luc 2019-02-01 16:39:38 +01:00 zatwierdzone przez GitHub
rodzic 5ba205031d
commit 5459dcf331
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -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