diff options
author | Wu Xiaotian <[email protected]> | 2019-02-06 18:16:50 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-06 12:07:14 +0100 |
commit | 5e5c47f399a877faedb37c6e822108e420375aec (patch) | |
tree | ff5c9d934f3cbb44d485f0b1c9d6167459f4c682 | |
parent | 78b7682753b6b6c329f739880e9894f2840499bd (diff) | |
download | caja-5e5c47f399a877faedb37c6e822108e420375aec.tar.bz2 caja-5e5c47f399a877faedb37c6e822108e420375aec.tar.xz |
Always return 0 for distcheck
-rw-r--r-- | .travis.yml | 1 |
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' |