summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-06 23:46:29 +0800
committerraveit65 <[email protected]>2019-02-08 13:32:33 +0100
commit42082f69061ce7f11c389c80f0349ff9e408775c (patch)
treec159879175f20bb64ac13856ec4e60561279f93e
parent86b93da224f84007c5dbded6d391b4ebcd4f3e34 (diff)
downloadcaja-42082f69061ce7f11c389c80f0349ff9e408775c.tar.bz2
caja-42082f69061ce7f11c389c80f0349ff9e408775c.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'