Skip to content

Commit 4d057e6

Browse files
authored
Update example_travis.yml
1 parent ab1bff0 commit 4d057e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git:
99
quiet: true
1010
env:
1111
global:
12-
- ARDUINO_IDE_VERSION="1.8.7"
12+
# - ARDUINO_IDE_VERSION="1.8.7"
1313
- PRETTYNAME="Adafruit FT6206 Arduino Library"
1414
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
1515
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
@@ -26,4 +26,4 @@ script:
2626
# Generate and deploy documentation
2727
after_success:
2828
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
29-
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
29+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)

0 commit comments

Comments
 (0)