for travis: set -e later and hope for the best..

This commit is contained in:
Klas Lindfors
2015-11-06 10:51:05 +01:00
parent 1515fa406a
commit 045860fd6b
+3 -2
View File
@@ -1,7 +1,5 @@
#!/bin/sh
set -e
autoreconf -i
if [ "x$TRAVIS_OS_NAME" != "xosx" ]; then
@@ -19,6 +17,9 @@ else
brew install gnu-tar
TAR=gtar
fi
set -e
if [ "x$ARCH" != "x" ]; then
version=`cat NEWS | grep unreleased | cut -d' ' -f3`
set +e