Skip to content

Commit b393822

Browse files
committed
Update .travis.yml
1 parent a6b3d4d commit b393822

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ install:
2020
- unzip master.zip
2121
- rm master.zip
2222
- sudo cp -R PJON-master $HOME/Arduino/libraries/PJON
23+
# Use ReconnectingMqttClient master, not a release for now
24+
- wget https://github.com/fredilarsen/ReconnectingMqttClient/archive/master.zip
25+
- unzip master.zip
26+
- rm master.zip
27+
- sudo cp -R ReconnectingMqttClient-master $HOME/Arduino/libraries/ReconnectingMqttClient
2328
# Put libraries where the Linux Makefile expects them
2429
- mv PJON-master ../PJON
30+
- mv ReconnectingMqttClient-master ../ReconnectingMqttClient
2531
- cp -R $HOME/Arduino/libraries/ArduinoJson ..
2632
script:
2733
# Arduino based examples

0 commit comments

Comments
 (0)