Skip to content

Commit 224713f

Browse files
committed
Add ClockDemo to travis build
1 parent 635f2ac commit 224713f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ cache:
1111
env:
1212
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo
1313
- PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo
14+
- PLATFORMIO_CI_SRC=examples/SSD1306ClockDemo
1415

1516

1617
install:
1718
- pip install -U platformio
19+
- if [[ $PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo ]]; then platformio lib install 44 fi
1820

1921
script:
2022
- platformio ci --lib="." --board=nodemcuv2

0 commit comments

Comments
 (0)