Skip to content

Commit f2a22d2

Browse files
yetistraveit65
authored andcommitted
Remove the distcheck return value override
Because make distcheck has been fixed, the return value is directly detected.
1 parent 7ae4cd8 commit f2a22d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,3 @@ variables:
118118

119119
after_scripts:
120120
- make distcheck
121-
- 'if [ $? -ne 0 ];then RED="\033[0;31m"; ENDC="\033[0m"; printf "${RED}!!! ERROR: Run make distcheck failed.${ENDC}\n"; fi'

0 commit comments

Comments
 (0)