Skip to content

Commit

Permalink
Remove the distcheck return value override
Browse files Browse the repository at this point in the history
Because make distcheck has been fixed, the return value is directly detected.
  • Loading branch information
yetist authored and raveit65 committed Feb 8, 2019
1 parent 7ae4cd8 commit f2a22d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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'

0 comments on commit f2a22d2

Please sign in to comment.