summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-25 22:07:46 +0300
committerGitHub <noreply@github.com>2016-06-25 22:07:46 +0300
commit5f4c452cdf22f5625b61004ed0e92816b0175ea1 (patch)
tree1b766d21645ff064e57e366d807497f58d4f0a2d /travis.sh
parent98da34f0c6785a4227efa0f6718a7453e2991202 (diff)
parenta8590a0b235ce48320d428a184181c1e93267cd6 (diff)
downloadhercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.tar.gz
hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.tar.bz2
hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.tar.xz
hercules-5f4c452cdf22f5625b61004ed0e92816b0175ea1.zip
Merge pull request #1292 from HerculesWS/huld-improvements
HULD improvements
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 051c632d5..b1f639935 100755
--- a/travis.sh
+++ b/travis.sh
@@ -75,7 +75,7 @@ case "$MODE" in
;;
build)
(cd tools && ./validateinterfaces.py silent) || aborterror "Interface validation error."
- ./configure $@ || aborterror "Configure error, aborting build."
+ ./configure $@ || (cat config.log && aborterror "Configure error, aborting build.")
make sql -j3 || aborterror "Build failed."
make plugin.script_mapquit -j3 || aborterror "Build failed."
;;