Skip to content

Commit cd44e5e

Browse files
committed
Update Arduino IDE version
1 parent 30b411b commit cd44e5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ before_install:
33
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
44
- sleep 3
55
- export DISPLAY=:1.0
6-
- wget http://downloads.arduino.cc/arduino-1.6.5-linux64.tar.xz
7-
- tar xf arduino-1.6.5-linux64.tar.xz
8-
- sudo mv arduino-1.6.5 /usr/local/share/arduino
6+
- wget http://downloads.arduino.cc/arduino-1.6.13-linux64.tar.xz
7+
- tar xf arduino-1.6.13-linux64.tar.xz
8+
- sudo mv arduino-1.6.13 /usr/local/share/arduino
99
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
1010
install:
1111
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork

0 commit comments

Comments
 (0)