Skip to content

Commit

Permalink
Fix travis #3
Browse files Browse the repository at this point in the history
  • Loading branch information
aharshac committed Aug 9, 2017
1 parent 7960c2b commit beadfc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ sudo: false
before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
install:
- git clone https://github.com/bportaluri/WiFiEsp $HOME/arduino_ide/libraries/WiFiEsp
# - git clone https://github.com/bportaluri/WiFiEsp $HOME/arduino_ide/libraries/WiFiEsp
- arduino --install-library "WiFiEsp"
script:
- build_platform esp8266
- build_platform uno
Expand Down

0 comments on commit beadfc7

Please sign in to comment.