From 0d5ad80f6a2eedc0fb0430033ac4858e8447eae4 Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Sun, 2 Jun 2019 02:18:17 +0200 Subject: [PATCH] try another dir --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 060c537..6192b95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: