Skip to content

Commit ab48e92

Browse files
committed
added deps in library prop
1 parent 9d2136d commit ab48e92

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ git:
99
quiet: true
1010
env:
1111
global:
12-
- ARDUINO_IDE_VERSION="1.8.5"
1312
- PRETTYNAME="Adafruit BME280 Arduino Library"
14-
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
15-
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
1613

1714
before_install:
1815
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
@@ -26,4 +23,4 @@ script:
2623
# Generate and deploy documentation
2724
after_success:
2825
- 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)

library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ paragraph=Arduino library for BME280 humidity and pressure sensors.
77
category=Sensors
88
url=https://github.com/adafruit/Adafruit_BME280_Library
99
architectures=*
10+
depends=Adafruit Unified Sensor

0 commit comments

Comments
 (0)