Skip to content

Commit bd6961d

Browse files
committed
add travis
1 parent 1fa3b8d commit bd6961d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.travis.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
language: c
2+
sudo: false
3+
4+
# Blacklist
5+
branches:
6+
except:
7+
- gh-pages
8+
9+
env:
10+
global:
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+
15+
before_install:
16+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
17+
18+
install:
19+
- true
20+
21+
script:
22+
- build_main_platforms
23+
24+
# Generate and deploy documentation
25+
after_success:
26+
- 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)

0 commit comments

Comments
 (0)