Skip to content

Commit 3cd6a77

Browse files
committed
added travis
1 parent 87d0096 commit 3cd6a77

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: c
2+
sudo: false
3+
4+
# Blacklist
5+
branches:
6+
except:
7+
- gh-pages
8+
9+
env:
10+
global:
11+
- PRETTYNAME="Adafruit LSM9DS0 Library"
12+
13+
before_install:
14+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
15+
16+
script:
17+
- build_main_platforms
18+
19+
# Generate and deploy documentation
20+
after_success:
21+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
22+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)

0 commit comments

Comments
 (0)