We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2ea52 commit d3afae1Copy full SHA for d3afae1
.travis.yml
@@ -4,9 +4,9 @@ os:
4
- linux
5
6
script:
7
- - wget http://downloads.arduino.cc/arduino-1.6.5-linux64.tar.xz
8
- - tar xf arduino-1.6.5-linux64.tar.xz
9
- - mv arduino-1.6.5 $HOME/arduino_ide
+ - wget -O arduino.tar.xz https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz
+ - tar xf arduino.tar.xz
+ - mv arduino-nightly $HOME/arduino_ide
10
- cd $HOME/arduino_ide/hardware
11
- mkdir esp8266com
12
- cd esp8266com
0 commit comments