Skip to content

Commit

Permalink
Added ArduinoLog to TravisCI for Tester sketch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
blemasle committed Jan 17, 2019
1 parent 96ce4b7 commit e35b54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ before_install:
- sudo mv arduino-$ARDUINO_IDE_VERSION /usr/local/share/arduino
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
install:
- arduino --install-library "ArduinoLog"
- ln -s $PWD /usr/local/share/arduino/libraries/$LIBRARY_NAME
script:
- arduino --verify --board arduino:avr:uno $PWD/examples/Block/Block.ino
Expand Down

0 comments on commit e35b54a

Please sign in to comment.