Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  make release tags not fail Travis CI
pull/668/head
Stanislav Malyshev 12 years ago
parent
commit
aa1a25e303
  1. 2
      travis/compile.sh

2
travis/compile.sh

@ -9,7 +9,7 @@ if [[ "$ENABLE_DEBUG" == 1 ]]; then
else
DEBUG="";
fi
./buildconf
./buildconf --force
./configure --quiet \
$DEBUG \
$TS \

Loading…
Cancel
Save