Skip to content

Commit beadfc7

Browse files
committed
Fix travis #3
1 parent 7960c2b commit beadfc7

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
@@ -3,7 +3,8 @@ sudo: false
33
before_install:
44
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
55
install:
6-
- git clone https://github.com/bportaluri/WiFiEsp $HOME/arduino_ide/libraries/WiFiEsp
6+
# - git clone https://github.com/bportaluri/WiFiEsp $HOME/arduino_ide/libraries/WiFiEsp
7+
- arduino --install-library "WiFiEsp"
78
script:
89
- build_platform esp8266
910
- build_platform uno

0 commit comments

Comments
 (0)