Skip to content

Commit 73e0252

Browse files
committed
Always install time lib
1 parent 224713f commit 73e0252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
install:
1818
- pip install -U platformio
19-
- if [[ $PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo ]]; then platformio lib install 44 fi
19+
- platformio lib install 44
2020

2121
script:
2222
- platformio ci --lib="." --board=nodemcuv2

0 commit comments

Comments
 (0)