File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
quiet : true
10
10
env :
11
11
global :
12
- - ARDUINO_IDE_VERSION="1.8.5"
13
12
- PRETTYNAME="Adafruit BME280 Arduino Library"
14
- # Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
15
- # - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
16
13
17
14
before_install :
18
15
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
@@ -26,4 +23,4 @@ script:
26
23
# Generate and deploy documentation
27
24
after_success :
28
25
- 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)
26
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ paragraph=Arduino library for BME280 humidity and pressure sensors.
7
7
category =Sensors
8
8
url =https://github.com/adafruit/Adafruit_BME280_Library
9
9
architectures =*
10
+ depends =Adafruit Unified Sensor
You can’t perform that action at this time.
0 commit comments