Skip to content

Commit 8ccf0b1

Browse files
committed
Use IDE 1.8.0 for Travis CI
1 parent 0d35329 commit 8ccf0b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 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.13
4+
- IDE_VERSION=1.8.0
55
matrix:
66
- BOARD="arduino:avr:uno"
77
- BOARD="arduino:avr:mega:cpu=atmega2560"
@@ -10,9 +10,6 @@ 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
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)