Skip to content

Commit de24c8f

Browse files
authored
Switch CI to PlatformIO examples
1 parent ea2fa27 commit de24c8f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ cache:
2424
- "~/.platformio"
2525

2626
env:
27-
- PLATFORMIO_CI_SRC=examples/LED
28-
- PLATFORMIO_CI_SRC=examples/LEDLamp
29-
- PLATFORMIO_CI_SRC=examples/RGBLamp
30-
- PLATFORMIO_CI_SRC=examples/TextDisplay
27+
- PLATFORMIO_PROJECT_DIR=examples/PlatformIO/BME280
28+
- PLATFORMIO_PROJECT_DIR=examples/PlatformIO/LED
29+
- PLATFORMIO_PROJECT_DIR=examples/PlatformIO/TextDisplay
3130

3231
install:
3332
- pip install -U platformio
3433
- platformio update
3534

3635
script:
37-
- platformio ci --project-conf examples/PlatformIO/TextDisplay/platformio.ini
36+
- platformio run --project-dir $PLATFORMIO_PROJECT_DIR

0 commit comments

Comments
 (0)