From 46a7500a26086ac4813fc1d0749e73f428f1bf70 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Sat, 28 Jan 2017 13:28:03 +0200 Subject: [PATCH] travis should install hardware in the home folder --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3dcfb3b6..4885b54b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,9 @@ script: - wget -O arduino.tar.xz https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz - tar xf arduino.tar.xz - mv arduino-nightly $HOME/arduino_ide - - cd $HOME/arduino_ide/hardware + - mkdir -p $HOME/Arduino/hardware + - mkdir -p $HOME/Arduino/libraries + - cd $HOME/Arduino/hardware - mkdir espressif - cd espressif - ln -s $TRAVIS_BUILD_DIR esp32 -- GitLab