added deps in library prop
This commit is contained in:
parent
9d2136d663
commit
ab48e92bdb
|
|
@ -9,10 +9,7 @@ git:
|
||||||
quiet: true
|
quiet: true
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- ARDUINO_IDE_VERSION="1.8.5"
|
|
||||||
- PRETTYNAME="Adafruit BME280 Arduino Library"
|
- PRETTYNAME="Adafruit BME280 Arduino Library"
|
||||||
# Optional, will default to "$TRAVIS_BUILD_DIR/Doxyfile"
|
|
||||||
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
|
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,4 @@ paragraph=Arduino library for BME280 humidity and pressure sensors.
|
||||||
category=Sensors
|
category=Sensors
|
||||||
url=https://github.com/adafruit/Adafruit_BME280_Library
|
url=https://github.com/adafruit/Adafruit_BME280_Library
|
||||||
architectures=*
|
architectures=*
|
||||||
|
depends=Adafruit Unified Sensor
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue