Skip to content

Commit e9d01e7

Browse files
committed
Update .travis.yml
1 parent de749c3 commit e9d01e7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ before_install:
1515
install:
1616
- arduino --install-library "ArduinoJson:5.13.2"
1717
# Use PJON master, not a release for now
18-
- wget https://github.com/gioblu/PJON/archive/master.zip
19-
- unzip master.zip
20-
- rm master.zip
18+
- arduino --install-library "PJON:11.2"
19+
#- wget https://github.com/gioblu/PJON/archive/master.zip
20+
#- unzip master.zip
21+
#- rm master.zip
2122
# Put libraries where the Linux Makefile expects them
22-
- sudo cp -R PJON-master ../PJON
23+
#- sudo cp -R PJON-master ../PJON
24+
- sudo cp -R $HOME/Arduino/libraries/PJON ..
2325
- sudo cp -R $HOME/Arduino/libraries/ArduinoJson ..
24-
- sudo mv PJON-master $HOME/Arduino/libraries/PJON
26+
#- sudo mv PJON-master $HOME/Arduino/libraries/PJON
2527
script:
2628
# Arduino based examples
2729
- pushd examples/BlinkAdvanced >/dev/null && build_platform uno && popd >/dev/null

0 commit comments

Comments
 (0)