summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-06 23:46:29 +0800
committerraveit65 <[email protected]>2019-02-08 14:30:33 +0100
commitf2a22d22642d78a0d1f8ecb93f1fb5679c9da6b6 (patch)
treebeb21c15d22fc05329b5ed54c6b881a245d4fcbf
parent7ae4cd8e3401a47cc266604a5ea82b9e53136ce3 (diff)
downloadcaja-f2a22d22642d78a0d1f8ecb93f1fb5679c9da6b6.tar.bz2
caja-f2a22d22642d78a0d1f8ecb93f1fb5679c9da6b6.tar.xz
Remove the distcheck return value override
Because make distcheck has been fixed, the return value is directly detected.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8a308219..f2a830f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,4 +118,3 @@ 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'