8000
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 0a6bed4 commit eeced45Copy full SHA for eeced45
.travis.yml
@@ -41,7 +41,6 @@ script:
41
- tools/build_adafruit_bins.sh
42
- make -C minimal CROSS=1 build/firmware.bin
43
- ls -l minimal/build/firmware.bin
44
- - tools/check_code_size.sh
45
- mkdir -p ${HOME}/persist
46
# Save new firmware for reference, but only if building a main branch, not a pull request
47
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cp minimal/build/firmware.bin ${HOME}/persist/; fi'
0 commit comments