From 42082f69061ce7f11c389c80f0349ff9e408775c Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 6 Feb 2019 23:46:29 +0800 Subject: Remove the distcheck return value override Because make distcheck has been fixed, the return value is directly detected. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') 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' -- cgit v1.2.1