Skip to content

Commit

Permalink
Always run util/travis_compiled_push.sh (qmk#6640)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
drashna authored Sep 1, 2019
1 parent 4c4ee4a commit 3fae307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ addons:
- diffutils
- dos2unix
- doxygen
after_success:
after_script:
bash util/travis_compiled_push.sh
notifications:
webhooks:
Expand Down

0 comments on commit 3fae307

Please sign in to comment.