Skip to content

Commit

Permalink
Trying yet another thing.
Browse files Browse the repository at this point in the history
Wasting more commit messages trying to convince pio and travis to
use a git repo as a lib dep.
  • Loading branch information
kisom committed Mar 1, 2019
1 parent 93db466 commit 40d01ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ install:

script:
- platformio lib -g install 13 20 135 83 884 322
- platformio lib -g install https://github.com/kisom/RadioHead/archive/master.zip
- platformio lib -g install https://github.com/kisom/RadioHead.git
- platformio ci --lib="." --board=adafruit_feather_m0 --board=adafruit_feather_m4
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"name": "Adafruit SSD1306"
},
{
"version": "https://github.com/kisom/RadioHead/archive/master.zip"
"version": "https://github.com/kisom/RadioHead.git"
},
{
"name": "RTClib"
Expand Down

0 comments on commit 40d01ee

Please sign in to comment.