Skip to content

Commit 7c42668

Browse files
committed
Removed ino files from build path
1 parent e79d968 commit 7c42668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cache:
99
- "~/.platformio"
1010

1111
env:
12-
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo/SSD1306UiDemo.ino
13-
- PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo/SSD1306SimpleDemo.ino
12+
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo
13+
- PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo
1414

1515

1616
install:

0 commit comments

Comments
 (0)