From: Drashna Jaelre Date: Sun, 1 Sep 2019 16:09:19 +0000 (-0700) Subject: Always run `util/travis_compiled_push.sh` (#6640) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3fae3076ceb6495a0c3817aff94e2149190ac7ca;p=qmk_firmware.git Always run `util/travis_compiled_push.sh` (#6640) Specifically, the `util/travis_compiled_push.sh` runs a number of cleanup and deployment routines. This includes `dos2unix` that fixes the line endings for sanity's sake. However, it only runs on successful builds. That would be fine, except some builds WILL fail (community layouts, yay), which is a problem. This should change the behavior to always run the post compile checks. However, in the long run, we should break up this script into more parts. --- diff --git a/.travis.yml b/.travis.yml index 52c8f50a8..ee451ab8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ addons: - diffutils - dos2unix - doxygen -after_success: +after_script: bash util/travis_compiled_push.sh notifications: webhooks: