try another dir

This commit is contained in:
Thomas Kunze 2019-06-02 02:18:17 +02:00
parent 3eebbf0e17
commit 0d5ad80f6a

View File

@ -25,8 +25,8 @@ 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 sudo mkdir -p /usr/local/share/arduino/libraries/FlashStorage; fi
- if [ "$MODE" = "ARDUINO" ]; then sudo unzip master.zip -d /usr/local/share/arduino/libraries/FlashStorage; fi
- if [ "$MODE" = "ARDUINO" ]; then mkdir -p $PWD/../FlashStorage; fi
- if [ "$MODE" = "ARDUINO" ]; then unzip master.zip -d $PWD/../FlashStorage; fi
install:
- if [ "$MODE" = "ARDUINO" ]; then arduino --install-library "WiFiManager"; fi
script: