We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d0096 commit 3cd6a77Copy full SHA for 3cd6a77
.travis.yml
@@ -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