Skip to content

Commit b6d3764

Browse files
committed
Use hourly Arduino builds on Travis
1 parent 3b2ea52 commit b6d3764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- linux
55

66
script:
7-
- wget http://downloads.arduino.cc/arduino-1.6.5-linux64.tar.xz
7+
- wget https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz
88
- tar xf arduino-1.6.5-linux64.tar.xz
99
- mv arduino-1.6.5 $HOME/arduino_ide
1010
- cd $HOME/arduino_ide/hardware

0 commit comments

Comments
 (0)