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 94276fd commit 981bc12Copy full SHA for 981bc12
.travis.yml
@@ -22,6 +22,7 @@ install:
22
- sudo cp -R PJON-master $HOME/Arduino/libraries/PJON
23
# Put libraries where the Linux Makefile expects them
24
- mv PJON-master ../PJON
25
+ - cp -R $HOME/Arduino/libraries/ArduinoJson ..
26
script:
27
# Arduino based examples
28
- pushd examples/BlinkAdvanced >/dev/null && build_platform uno && popd >/dev/null
0 commit comments