diff options
author | Stanislav Malyshev <stas@php.net> | 2014-05-08 01:08:55 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-05-08 01:11:29 -0700 |
commit | e9be93b333247ff3f4357ee81e47734c785bc835 (patch) | |
tree | e35efef6e14dfe8ff574b14fea960f10a0856f53 /travis | |
parent | a444900c8df384f51bdfe5a8fe867a2a40978fe7 (diff) | |
download | php-git-e9be93b333247ff3f4357ee81e47734c785bc835.tar.gz |
make release tags not fail Travis CI
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/compile.sh | 2 |
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 \ |