From 3a61fc245eb0df0fd9d6175eb9c6d71c5356ca04 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Sat, 28 Jan 2017 13:36:13 +0200 Subject: [PATCH] create default libraries folder, though not yet used --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d3dcfb3b..4e3996e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ 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 + - mkdir -p $HOME/Arduino/libraries - cd $HOME/arduino_ide/hardware - mkdir espressif - cd espressif