Skip to content

Commit 8f75e6d

Browse files
authored
Merge pull request #11 from hoffmannjan/master
added travis
2 parents 87d0096 + b220aa0 commit 8f75e6d

File tree

4 files changed

+242
-219
lines changed

4 files changed

+242
-219
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
install:
17+
- arduino --install-library "Adafruit Unified Sensor"
18+
19+
script:
20+
- build_main_platforms
21+
22+
# Generate and deploy documentation
23+
after_success:
24+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)

0 commit comments

Comments
 (0)