update travis build script
This commit is contained in:
parent
beaa07f60d
commit
7922e59b10
1 changed files with 1 additions and 4 deletions
|
@ -13,9 +13,6 @@ env:
|
||||||
#- ARDUINO_IDE_VERSION="1.8.7"
|
#- ARDUINO_IDE_VERSION="1.8.7"
|
||||||
before_install:
|
before_install:
|
||||||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
|
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
|
||||||
install:
|
- if [! -d "$HOME/arduino_ide/libraries/<Name>" ]; then git clone <URL> $HOME/arduino_ide/libraries/<Name>; fi
|
||||||
# Note that every library should be installed in a seperate command
|
|
||||||
- if [! -d "$HOME/arduino_ide/libraries/EthernetLarge" ]; then git clone https://github.com/OPEnSLab-OSU/EthernetLarge.git $HOME/arduino_ide/libraries/EthernetLarge; fi
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- build_platform zero
|
- build_platform zero
|
Loading…
Reference in a new issue