Skip to content

Commit

Permalink
Add GFX lib to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
drak7 authored Jul 29, 2019
1 parent bd8f1a3 commit 0587de2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ git:
quiet: true
env:
global:
- ARDUINO_IDE_VERSION="1.8.7"
- PRETTYNAME="Adafruit PCD8544 Nokia 5110 LCD library"
- PRETTYNAME="Adafruit PCD8544 Nokia 5110 LCD library"
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)

install:
- arduino --install-library "Adafruit GFX Library"

script:
- build_main_platforms

Expand Down

0 comments on commit 0587de2

Please sign in to comment.