1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-04-20 23:47:47 +03:00

Travis CI can now be headless

This commit is contained in:
Sandeep Mistry 2017-05-28 18:26:03 -04:00
parent 4766d03343
commit 54b64b3126

View File

@ -10,9 +10,6 @@ env:
- BOARD="arduino:samd:mkr1000"
- BOARD="arduino:samd:mkrzero"
before_install:
- /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-$IDE_VERSION-linux64.tar.xz
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
- mv arduino-$IDE_VERSION $HOME/arduino-ide