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 ea2fa27 commit de24c8fCopy full SHA for de24c8f
.travis.yml
@@ -24,14 +24,13 @@ cache:
24
- "~/.platformio"
25
26
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
+ - PLATFORMIO_PROJECT_DIR=examples/PlatformIO/BME280
+ - PLATFORMIO_PROJECT_DIR=examples/PlatformIO/LED
+ - PLATFORMIO_PROJECT_DIR=examples/PlatformIO/TextDisplay
31
32
install:
33
- pip install -U platformio
34
- platformio update
35
36
script:
37
- - platformio ci --project-conf examples/PlatformIO/TextDisplay/platformio.ini
+ - platformio run --project-dir $PLATFORMIO_PROJECT_DIR
0 commit comments