Skip to content

Commit 45f0f3e

Browse files
committed
Test IDE PR #5578
1 parent 274c701 commit 45f0f3e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: generic
22
env:
33
global:
4-
- IDE_VERSION=1.6.12
4+
- IDE_VERSION=PR-5578-BUILD-614
55
matrix:
66
- BOARD="arduino:avr:uno"
77
- BOARD="arduino:avr:mega:cpu=atmega2560"
@@ -10,10 +10,7 @@ env:
1010
- BOARD="arduino:samd:mkr1000"
1111
- BOARD="Intel:arc32:arduino_101"
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
16-
- wget http://downloads.arduino.cc/arduino-$IDE_VERSION-linux64.tar.xz
13+
- wget http://downloads.arduino.cc/javaide/pull_requests/arduino-$IDE_VERSION-linux64.tar.xz
1714
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
1815
- mv arduino-$IDE_VERSION $HOME/arduino-ide
1916
- export PATH=$PATH:$HOME/arduino-ide

0 commit comments

Comments
 (0)