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.
ClockDemo
1 parent 635f2ac commit 224713fCopy full SHA for 224713f
.travis.yml
@@ -11,10 +11,12 @@ cache:
11
env:
12
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo
13
- PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo
14
+ - PLATFORMIO_CI_SRC=examples/SSD1306ClockDemo
15
16
17
install:
18
- pip install -U platformio
19
+ - if [[ $PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo ]]; then platformio lib install 44 fi
20
21
script:
22
- platformio ci --lib="." --board=nodemcuv2
0 commit comments