Skip to content

Commit 6876ccf

Browse files
author
brentru
committed
fix travis?
1 parent 1a604c3 commit 6876ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ before_install:
1717
install:
1818
- arduino --install-library "Adafruit IO Arduino","Adafruit MQTT Library","ArduinoHttpClient"
1919
- arduino --install-library "Adafruit Unified Sensor","Adafruit NeoPixel","DHT sensor library"
20-
- arduino --install-library "Adafruit BME280 Library", "Adafruit SGP30 Sensor", "Adafruit LIS3DH"
20+
- arduino --install-library "Adafruit BME280 Library", "Adafruit SGP30 Sensor", "Adafruit LIS3DH", "Ultrasonic"
2121

2222
script:
2323
# build ESP8266 target
2424
# - build_platform esp8266
2525
# build SAMD target
26-
- arduino --install-library "WiFi101, Ethernet"
26+
- arduino --install-library "WiFi101", "Ethernet"
2727
- build_platform zero

0 commit comments

Comments
 (0)