summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-06 18:16:50 +0800
committerraveit65 <[email protected]>2019-02-06 12:07:14 +0100
commit5e5c47f399a877faedb37c6e822108e420375aec (patch)
treeff5c9d934f3cbb44d485f0b1c9d6167459f4c682 /.travis.yml
parent78b7682753b6b6c329f739880e9894f2840499bd (diff)
downloadcaja-5e5c47f399a877faedb37c6e822108e420375aec.tar.bz2
caja-5e5c47f399a877faedb37c6e822108e420375aec.tar.xz
Always return 0 for distcheck
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f2a830f2..8a308219 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,3 +118,4 @@ variables:
after_scripts:
- make distcheck
+ - 'if [ $? -ne 0 ];then RED="\033[0;31m"; ENDC="\033[0m"; printf "${RED}!!! ERROR: Run make distcheck failed.${ENDC}\n"; fi'