From f2a22d22642d78a0d1f8ecb93f1fb5679c9da6b6 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(-) 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