File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,14 @@ branches:
9
9
env :
10
10
global :
11
11
- PRETTYNAME="Adafruit PCA9685 PWM Servo Driver Arduino Library"
12
- # Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
13
- # - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
14
12
15
13
before_install :
16
14
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
17
15
18
- install :
19
- - true
20
-
21
16
script :
22
17
- build_main_platforms
23
18
24
19
# Generate and deploy documentation
25
20
after_success :
26
21
- 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)
You can’t perform that action at this time.
0 commit comments