We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4766d03 commit 54b64b3Copy full SHA for 54b64b3
.travis.yml
@@ -10,9 +10,6 @@ env:
10
- BOARD="arduino:samd:mkr1000"
11
- BOARD="arduino:samd:mkrzero"
12
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
16
- wget http://downloads.arduino.cc/arduino-$IDE_VERSION-linux64.tar.xz
17
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
18
- mv arduino-$IDE_VERSION $HOME/arduino-ide
0 commit comments