summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-05-08 01:08:55 -0700
committerStanislav Malyshev <stas@php.net>2014-05-08 01:11:29 -0700
commite9be93b333247ff3f4357ee81e47734c785bc835 (patch)
treee35efef6e14dfe8ff574b14fea960f10a0856f53 /travis
parenta444900c8df384f51bdfe5a8fe867a2a40978fe7 (diff)
downloadphp-git-e9be93b333247ff3f4357ee81e47734c785bc835.tar.gz
make release tags not fail Travis CI
Diffstat (limited to 'travis')
-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 \