Skip to content

Commit 550fd25

Browse files
committed
Use IDE 1.8.1 for Travis CI
1 parent 443067d commit 550fd25

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
@@ -6,11 +6,8 @@ addons:
66
- libstdc++6:i386
77
env:
88
global:
9-
- IDE_VERSION=1.6.12
9+
- IDE_VERSION=1.8.1
1010
before_install:
11-
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
12-
- sleep 3
13-
- export DISPLAY=:1.0
1411
- wget http://downloads.arduino.cc/arduino-$IDE_VERSION-linux64.tar.xz
1512
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
1613
- mv arduino-$IDE_VERSION $HOME/arduino-ide

0 commit comments

Comments
 (0)