Skip to content

Commit 00ebea5

Browse files
committed
changed Travis file
1 parent 579b1d5 commit 00ebea5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
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.7-linux64.tar.xz
7+
- tar xf arduino-1.6.7-linux64.tar.xz
8+
- sudo mv arduino-1.6.7 /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/aREST

0 commit comments

Comments
 (0)