Skip to content

Commit eeced45

Browse files
committed
Remove code size check. Its causing builds to fail because the new GCC made it slightly larger.
1 parent 0a6bed4 commit eeced45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ script:
4141
- tools/build_adafruit_bins.sh
4242
- make -C minimal CROSS=1 build/firmware.bin
4343
- ls -l minimal/build/firmware.bin
44-
- tools/check_code_size.sh
4544
- mkdir -p ${HOME}/persist
4645
# Save new firmware for reference, but only if building a main branch, not a pull request
4746
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cp minimal/build/firmware.bin ${HOME}/persist/; fi'

0 commit comments

Comments
 (0)