diff options
author | Wu Xiaotian <[email protected]> | 2019-02-06 23:46:29 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 13:32:33 +0100 |
commit | 42082f69061ce7f11c389c80f0349ff9e408775c (patch) | |
tree | c159879175f20bb64ac13856ec4e60561279f93e /.travis.yml | |
parent | 86b93da224f84007c5dbded6d391b4ebcd4f3e34 (diff) | |
download | caja-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.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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' |