From 238f386279025b4d4d0091b3256524f61c8b47c6 Mon Sep 17 00:00:00 2001 From: Fokke Zandbergen Date: Wed, 30 Nov 2016 17:13:14 +0100 Subject: [PATCH] Add Unified Sensor lib --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b861ee2..e5e66cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino install: - ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNetwork - - arduino --install-library "DHT sensor library:1.3.0" + - arduino --install-library "DHT sensor library:1.3.0,Adafruit Unified Sensor:1.0.2" before_script: # Replace placeholders with actual frequency plan (on Mac OS folow -i by '') - find $PWD/examples -type f -name "*.ino" -exec sed -i 's/\(freqPlan = \)/\1TTN_FP_EU868;/g' {} +