We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ef098 commit 5738e06Copy full SHA for 5738e06
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
12
install:
13
- ln -s $PWD /usr/local/share/arduino/libraries/TheThingsNode
14
- - arduino --install-library "DHT sensor library:1.3.0,Adafruit Unified Sensor:1.0.2,TheThingsNetwork:2.3.1"
+ - arduino --install-library "DHT sensor library:1.3.0,Adafruit Unified Sensor:1.0.2,TheThingsNetwork:2.5.6"
15
- git clone https://github.com/sparkfun/arduino_boards /tmp/sparkfun
16
- mv /tmp/sparkfun/sparkfun /usr/local/share/arduino/hardware/sparkfun
17
before_script:
0 commit comments