Skip to content

Commit 20cefd3

Browse files
committed
update
1 parent 133a03b commit 20cefd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ script:
1212
- platformio ci --lib="./lib/cat9554" --lib="./lib/cse7766" --project-conf=platformio.ini
1313
src/main.cpp
1414
before_deploy:
15-
- ls
16-
- mkdir release
17-
- cp ./.pio/build/d1/firmware.bin release/firmware.bin
15+
- ls -a
16+
- find / -name "*.bin"
1817
deploy:
1918
provider: releases
2019
api_key:

0 commit comments

Comments
 (0)