Commit f4e9e6f0 authored by Luca Boccassi's avatar Luca Boccassi

CI build does not fail when tests fail. Fix #1527

parent e74e36de
...@@ -9,8 +9,7 @@ if [ $BUILD_TYPE == "default" ]; then ...@@ -9,8 +9,7 @@ if [ $BUILD_TYPE == "default" ]; then
if [ $TRAVIS_OS_NAME != "osx" ] ; then sudo ldconfig ; fi ) if [ $TRAVIS_OS_NAME != "osx" ] ; then sudo ldconfig ; fi )
# Build and check this project # Build and check this project
./autogen.sh && ./configure --with-libsodium=yes && make && make check (./autogen.sh && ./configure --with-libsodium=yes && make && make check && sudo make install) || exit 1
sudo make install
else else
cd ./builds/${BUILD_TYPE} && ./ci_build.sh cd ./builds/${BUILD_TYPE} && ./ci_build.sh
fi 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