Skip to content

Commit 5616afc

Browse files
committed
Travis hack to deal with name conflicts
1 parent ed611be commit 5616afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ install:
6464
- pip install -U platformio
6565

6666
script:
67-
- platformio ci --lib="src" --board=teensy31
67+
- mv src/* .
68+
- platformio ci --lib="." --board=teensy31

0 commit comments

Comments
 (0)