Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always run
util/travis_compiled_push.sh
(qmk#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.
- Loading branch information