We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133a03b commit 20cefd3Copy full SHA for 20cefd3
.travis.yml
@@ -12,9 +12,8 @@ script:
12
- platformio ci --lib="./lib/cat9554" --lib="./lib/cse7766" --project-conf=platformio.ini
13
src/main.cpp
14
before_deploy:
15
-- ls
16
-- mkdir release
17
-- cp ./.pio/build/d1/firmware.bin release/firmware.bin
+- ls -a
+- find / -name "*.bin"
18
deploy:
19
provider: releases
20
api_key:
0 commit comments