diff options
author | QMK Bot <hello@qmk.fm> | 2020-11-30 19:20:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-11-30 19:20:22 +0000 |
commit | 4a5388a2b60b971542af4b2302f0208f05ca84f5 (patch) | |
tree | e2b78e79aa1eb1dd5521d0a62b32e5167534ff30 /util/travis_build.sh | |
parent | 3cc7d22732e201d5fd83931e5cfee21f83fd2352 (diff) | |
parent | 8724a70c4c4329f09b9cf6dbda4dbefaaf3a3ee9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'util/travis_build.sh')
-rwxr-xr-x | util/travis_build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/travis_build.sh b/util/travis_build.sh index 6d5dbed684..e7bbe36a7b 100755 --- a/util/travis_build.sh +++ b/util/travis_build.sh @@ -2,8 +2,6 @@ source util/travis_utils.sh -NUM_CORE_CHANGES=$(echo "$QMK_CHANGES" | grep -Ecv -e '^(docs/)' -e '^(keyboards/)' -e '^(layouts/)' -e '^(util/)' -e '^(lib/python/)' -e '^(bin/qmk)' -e '^(requirements.txt)' -e '(.travis.yml)') - if [[ "$TRAVIS_COMMIT_MESSAGE" == *"[skip build]"* ]]; then echo "Skipping due to commit message" exit 0 |