This commit is contained in:
Thomas Kunze 2019-06-02 02:25:24 +02:00
parent 0d5ad80f6a
commit 58cb349e6f

View File

@ -25,8 +25,7 @@ before_install:
- if [ "$MODE" = "LINUX" ]; then eval "${MATRIX_EVAL}"; fi
- if [ "$MODE" = "ARDUINO" ]; then source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh); fi
- if [ "$MODE" = "ARDUINO" ]; then wget https://github.com/thelsing/FlashStorage/archive/master.zip; fi
- if [ "$MODE" = "ARDUINO" ]; then mkdir -p $PWD/../FlashStorage; fi
- if [ "$MODE" = "ARDUINO" ]; then unzip master.zip -d $PWD/../FlashStorage; fi
- if [ "$MODE" = "ARDUINO" ]; then unzip master.zip -d /home/travis/arduino_ide/libraries; fi
install:
- if [ "$MODE" = "ARDUINO" ]; then arduino --install-library "WiFiManager"; fi
script: