diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-21 07:53:19 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-05-21 07:53:19 -0700 |
| commit | eeced45bed8aa3da36fa7d62c2fa5915fa07dfb8 (patch) | |
| tree | a3056bf130b3e74e9b6d3cbb7e496f07ac8e76bf | |
| parent | 0a6bed491f3c07407e570a9b423f3a979f9915d1 (diff) | |
Remove code size check. Its causing builds to fail because the new GCC made it slightly larger.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6400611dc..7f58adc8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,6 @@ script: - tools/build_adafruit_bins.sh - make -C minimal CROSS=1 build/firmware.bin - ls -l minimal/build/firmware.bin - - tools/check_code_size.sh - mkdir -p ${HOME}/persist # Save new firmware for reference, but only if building a main branch, not a pull request - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then cp minimal/build/firmware.bin ${HOME}/persist/; fi' |
