Commit 9ebd54a9 authored by Constantin Rack's avatar Constantin Rack

Merge pull request #1528 from bluca/fix-travis-check

CI build does not fail when tests fail. Fix #1527
parents eb1d72f8 f4e9e6f0
......@@ -9,8 +9,7 @@ if [ $BUILD_TYPE == "default" ]; then
if [ $TRAVIS_OS_NAME != "osx" ] ; then sudo ldconfig ; fi )
# Build and check this project
./autogen.sh && ./configure --with-libsodium=yes && make && make check
sudo make install
(./autogen.sh && ./configure --with-libsodium=yes && make && make check && sudo make install) || exit 1
else
cd ./builds/${BUILD_TYPE} && ./ci_build.sh
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment