We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1bff0 commit 4d057e6Copy full SHA for 4d057e6
example_travis.yml
@@ -9,7 +9,7 @@ git:
9
quiet: true
10
env:
11
global:
12
- - ARDUINO_IDE_VERSION="1.8.7"
+# - ARDUINO_IDE_VERSION="1.8.7"
13
- PRETTYNAME="Adafruit FT6206 Arduino Library"
14
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
15
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
@@ -26,4 +26,4 @@ script:
26
# Generate and deploy documentation
27
after_success:
28
- 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)
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
0 commit comments