Browse Source

test/travis: build_travis.sh force error on any command

Victor Seva 9 years ago
parent
commit
bbe761df03
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test/travis/build_travis.sh

+ 3 - 0
test/travis/build_travis.sh

@@ -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"