File tree Expand file tree Collapse file tree 7 files changed +388
-180
lines changed Expand file tree Collapse file tree 7 files changed +388
-180
lines changed Original file line number Diff line number Diff line change 1+ # osx
2+ .DS_Store
3+
4+ # doxygen
5+ Doxyfile *
6+ doxygen_sqlite3.db
7+ html
8+ * .tmp
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments