diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-09-01 09:09:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-01 09:09:19 -0700 |
| commit | 3fae3076ceb6495a0c3817aff94e2149190ac7ca (patch) | |
| tree | 64c6884f973f585794e6d5e05884970da17d2bd5 /.travis.yml | |
| parent | 4c4ee4a26b7331c1015f7d043716730d141905f2 (diff) | |
| download | qmk_firmware-3fae3076ceb6495a0c3817aff94e2149190ac7ca.tar.gz qmk_firmware-3fae3076ceb6495a0c3817aff94e2149190ac7ca.zip | |
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.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 52c8f50a8..ee451ab8a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -27,7 +27,7 @@ addons: | |||
| 27 | - diffutils | 27 | - diffutils |
| 28 | - dos2unix | 28 | - dos2unix |
| 29 | - doxygen | 29 | - doxygen |
| 30 | after_success: | 30 | after_script: |
| 31 | bash util/travis_compiled_push.sh | 31 | bash util/travis_compiled_push.sh |
| 32 | notifications: | 32 | notifications: |
| 33 | webhooks: | 33 | webhooks: |
