Skip to content

Commit 6eb3a32

Browse files
committed
added build dir variable
1 parent 8606dc3 commit 6eb3a32

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
@@ -12,7 +12,7 @@ install:
1212
- pip install -U platformio
1313
- platformio lib install 561 562
1414
script:
15-
- platformio ci --verbose --keep-build-dir --lib="." --board=nodemcuv2
15+
- platformio ci --build-dir="./build/" --keep-build-dir --lib="." --board=nodemcuv2
1616
- ls -altr
1717
- find . -name firmware.elf
1818

0 commit comments

Comments
 (0)