Skip to content

Commit 21e179c

Browse files
committed
Fix path
1 parent 61b0a39 commit 21e179c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: false
2-
2+
language: bash
33
os:
44
- linux
55

@@ -9,6 +9,7 @@ script:
99
- mv arduino-1.6.5 $HOME/arduino_ide
1010
- cd $HOME/arduino_ide/hardware
1111
- mkdir esp8266com
12+
- cd esp8266com
1213
- ln -s $TRAVIS_BUILD_DIR esp8266
1314
- cd esp8266/tools
1415
- python get.py

0 commit comments

Comments
 (0)