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 a6b3d4d commit b393822Copy full SHA for b393822
.travis.yml
@@ -20,8 +20,14 @@ install:
20
- unzip master.zip
21
- rm master.zip
22
- 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
28
# Put libraries where the Linux Makefile expects them
29
- mv PJON-master ../PJON
30
+ - mv ReconnectingMqttClient-master ../ReconnectingMqttClient
31
- cp -R $HOME/Arduino/libraries/ArduinoJson ..
32
script:
33
# Arduino based examples
0 commit comments