1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-01-19 07:52:23 +01:00

set -e later for travis and hope for the best

This commit is contained in:
Klas Lindfors 2015-11-13 10:59:29 +01:00
parent 1968a1ea32
commit b2ea37b284

View File

@ -1,6 +1,5 @@
#!/bin/sh
set -e
set -x
autoreconf -i
@ -20,6 +19,8 @@ else
cpanp install Net::LDAP::Server
fi
set -e
./configure $CONFIGURE_ARGS $COVERAGE
make check
if [ "x$COVERAGE" != "x" ]; then