diff mbox series

[v3,12/13] travis: don't error out if there are no patches to check

Message ID 1504641607-4966-13-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v3,1/13] travis: drop ubuntu-toolchain-r-test PPA | expand

Commit Message

Github ODP bot Sept. 5, 2017, 8 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 165 (lumag:improve-build-3)
 ** https://github.com/Linaro/odp/pull/165
 ** Patch: https://github.com/Linaro/odp/pull/165.patch
 ** Base sha: 42184679185ce0c979e065349360167e3fce6ca0
 ** Merge commit sha: 38d800e8e4b3c89a118426f28490b2e87091e127
 **/
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 5a32ad5d..6fbae4f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -277,7 +277,7 @@  jobs:
                   script:
                           - echo ${TRAVIS_COMMIT_RANGE};
                           - ODP_PATCHES=`echo ${TRAVIS_COMMIT_RANGE} | sed 's/\.//'`;
-                          - if [ -z "${ODP_PATCHES}" ]; then env; exit 1; fi;
+                          - if [ -z "${ODP_PATCHES}" ]; then env; exit 0; fi;
                           - ./scripts/ci-checkpatches.sh ${ODP_PATCHES};
 
 after_failure: