Skip to content

Commit

Permalink
Try custom board selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
kisom committed Mar 8, 2019
1 parent 40bb9fc commit 7634087
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ cache:
- "~/.platformio"

env:
- PLATFORMIO_CI_SRC=examples/rtcgps
- PLATFORMIO_CI_SRC=examples/calamity
- PLATFORMIO_CI_SRC=examples/lorabcn
- PLATFORMIO_CI_SRC=examples/loraspy
- PLATFORMIO_CI_SRC=examples/rtcgps PLATFORMIO_CI_EXTRA_ARGS="--board adafruit_feather_m0 --board adafruit_feather_m4"
- PLATFORMIO_CI_SRC=examples/calamity PLATFORMIO_CI_EXTRA_ARGS="--board adafruit_feather_m0 --board adafruit_feather_m4"
- PLATFORMIO_CI_SRC=examples/lorabcn PLATFORMIO_CI_EXTRA_ARGS="--board adafruit_feather_m0"
- PLATFORMIO_CI_SRC=examples/loraspy PLATFORMIO_CI_EXTRA_ARGS="--board adafruit_feather_m0"

install:
- pip install -U platformio
Expand All @@ -67,4 +67,4 @@ install:
script:
- platformio lib -g install 13 20 135 83 884 322
- platformio lib -g install https://github.com/kisom/RadioHead.git
- platformio ci --lib="." --board=adafruit_feather_m0 --board=adafruit_feather_m4
- platformio ci --lib="." $PLATFORMIO_CI_EXTRA_ARGS

0 comments on commit 7634087

Please sign in to comment.