Skip to content

Commit 54b64b3

Browse files
committed
Travis CI can now be headless
1 parent 4766d03 commit 54b64b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ env:
1010
- BOARD="arduino:samd:mkr1000"
1111
- BOARD="arduino:samd:mkrzero"
1212
before_install:
13-
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
14-
- sleep 3
15-
- export DISPLAY=:1.0
1613
- wget http://downloads.arduino.cc/arduino-$IDE_VERSION-linux64.tar.xz
1714
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
1815
- mv arduino-$IDE_VERSION $HOME/arduino-ide

0 commit comments

Comments
 (0)