Commit 4a2ffce7 authored by Serhiy Storchaka's avatar Serhiy Storchaka Committed by GitHub

Exit Travis when only Misc/* is changed. (#564)

No need to wait passing tests after resolving Misc/NEWS conflicts.
parent a7cba27a
......@@ -47,7 +47,7 @@ matrix:
- TESTING=coverage
before_script:
- |
if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.(rst|yml)$)|(^Doc)/'
if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.(rst|yml)$)|(^Doc)|(^Misc)/'
then
echo "Only docs were updated, stopping build process."
exit
......@@ -77,7 +77,7 @@ matrix:
# Travis provides only 2 cores, so don't overdue the parallelism and waste memory.
before_script:
- |
if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.(rst|yml)$)|(^Doc)/'
if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.(rst|yml)$)|(^Doc)|(^Misc)/'
then
echo "Only docs were updated, stopping build process."
exit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment