summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-xtravis/compile.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 039ed65cb9..682d5d8598 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -10,7 +10,9 @@ else
DEBUG="";
fi
./buildconf --force
-./configure --quiet \
+./configure \
+--prefix=$HOME"/php-install" \
+--quiet \
$DEBUG \
$TS \
--enable-fpm \
@@ -50,4 +52,4 @@ $TS \
--with-gmp \
--enable-bcmath
make -j2 --quiet
-sudo make install
+make install