Skip to content

Commit 91977b7

Browse files
committed
added travis
1 parent c76d42e commit 91977b7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.travis.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
language: c
2+
sudo: false
3+
4+
cache:
5+
directories:
6+
- ~/arduino_ide
7+
- ~/.arduino15/packages/
8+
9+
git:
10+
depth: false
11+
quiet: true
12+
13+
env:
14+
global:
15+
- ARDUINO_IDE_VERSION="1.8.7"
16+
- PRETTYNAME="DHT sensor library"
17+
18+
before_install:
19+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
20+
21+
install:
22+
- arduino --install-library "Adafruit Unified Sensor"
23+
24+
script:
25+
- build_main_platforms
26+
27+
after_success:
28+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
29+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)

0 commit comments

Comments
 (0)