Skip to content

Commit bae5a0e

Browse files
committed
travis tidyup
1 parent f8545f2 commit bae5a0e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@ branches:
99
env:
1010
global:
1111
- PRETTYNAME="Adafruit PCA9685 PWM Servo Driver Arduino Library"
12-
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
13-
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
1412

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

18-
install:
19-
- true
20-
2116
script:
2217
- build_main_platforms
2318

2419
# Generate and deploy documentation
2520
after_success:
2621
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
27-
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
22+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)

0 commit comments

Comments
 (0)