Skip to content

Commit

Permalink
test/travis: build_travis.sh force error on any command
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Nov 23, 2015
1 parent e89c77f commit bbe761d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/travis/build_travis.sh
Expand Up @@ -3,6 +3,9 @@
# build script for travis CI
# environment based on Ubuntu 12.04 LTS (precise)
#

set -e

export JAVA_HOME="/usr/lib/jvm/java-gcj"
EXCLUDED_MODULES=""
EXTRA_EXCLUDED_MODULES="bdb dbtext oracle pa iptrtpproxy mi_xmlrpc dnssec kazoo cnxcc"
Expand Down

0 comments on commit bbe761d

Please sign in to comment.