summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
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'