fix another typo

This commit is contained in:
Noah Laptop 2019-08-05 21:26:50 -07:00
parent b335dea256
commit 5d8d4925d4

View file

@ -13,7 +13,7 @@ env:
#- ARDUINO_IDE_VERSION="1.8.7"
before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
- if [! -d "$HOME/arduino_ide/libraries/EthernetLarge" ]; then git clone https://github.com/OPEnSLab-OSU/EthernetLarge.git $HOME/arduino_ide/libraries/EthernetLarge; fi
install:
- if [ ! -d "$HOME/arduino_ide/libraries/EthernetLarge" ]; then git clone https://github.com/OPEnSLab-OSU/EthernetLarge.git $HOME/arduino_ide/libraries/EthernetLarge; fi
script:
- build_platform zero