summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-xtravis/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 8b54b714ad..899fb5a335 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -9,7 +9,7 @@ if [[ "$ENABLE_DEBUG" == 1 ]]; then
else
DEBUG="";
fi
-./buildconf
+./buildconf --force
./configure --quiet \
$DEBUG \
$TS \