summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-04-28 00:55:51 -0700
committerStanislav Malyshev <stas@php.net>2014-04-28 00:56:22 -0700
commitb576cbbf05d2e721df165a1a3aad42a0528beb1e (patch)
treea2de0bb2adc0fc722cd779543ab4a0df206a7187 /travis
parent1c7f4d2b4bd797d2ce8d38fa0023d07484ea6c70 (diff)
downloadphp-git-b576cbbf05d2e721df165a1a3aad42a0528beb1e.tar.gz
enable gmp for tests
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 2b53099651..eee3f9ad89 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -34,5 +34,6 @@
--enable-sockets \
--with-bz2 \
--with-openssl \
+--with-gmp \
--enable-bcmath
make --quiet