Skip to content

Commit 64dc575

Browse files
author
QuickSander
committed
fix: Travis build (missing dependency)
1 parent ef1c89d commit 64dc575

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ env:
3434

3535
install:
3636
- pip install -U platformio
37-
#- platformio lib -g install WiFi
3837

3938
script:
40-
- platformio ci --lib="." --board=esp01 #--board=uno
39+
- platformio ci --lib="." --project-conf="platformio.ini"

0 commit comments

Comments
 (0)