Skip to content

Commit babfc7a

Browse files
committed
update
1 parent 70df78a commit babfc7a

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,12 +9,12 @@ install:
99
- pip install -U platformio
1010
- platformio update
1111
script:
12-
- platformio ci --lib="./lib/cat9554" --lib="./lib/cse7766" --project-conf=platformio.ini
12+
- platformio ci --keep-build-dir --lib="./lib/cat9554" --lib="./lib/cse7766" --project-conf=platformio.ini
1313
src/main.cpp
1414
before_deploy:
1515
- platformio ci -h
1616
- ls -a
17-
- find / -name "*.bin"
17+
- find . -name "*.bin"
1818
deploy:
1919
provider: releases
2020
api_key:

0 commit comments

Comments
 (0)