Skip to content

Commit

Permalink
Travis-CI: Install libraries into sketchbook/libraries directory
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Aug 10, 2015
1 parent e5f9bec commit 700cb3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ function build_sketches()

function install_libraries()
{
pushd libraries

mkdir -p $HOME/Arduino/libraries
pushd $HOME/Arduino/libraries

# install ArduinoJson library
wget https://github.com/bblanchon/ArduinoJson/releases/download/v4.6.1/ArduinoJson-v4.6.1.zip && unzip ArduinoJson-v4.6.1.zip

Expand Down

0 comments on commit 700cb3a

Please sign in to comment.