summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-10-19 22:44:19 +0200
committerFerenc Kovacs <tyrael@php.net>2015-10-19 22:44:19 +0200
commitf3838a9c3561022cfeeb649093e4fdec715d39b0 (patch)
tree0554ddf4b8f2c3a9b52b1dea031e869ceb008870 /travis/compile.sh
parentd7fb43e30d662c7fff999521ebf15ddbb192c7ca (diff)
parent95a0b11d0aec133168e0a2e03b79caf2fe1aab03 (diff)
downloadphp-git-f3838a9c3561022cfeeb649093e4fdec715d39b0.tar.gz
Merge branch 'pr-1483' into PHP-5.5
* pr-1483: fixup, both catched by nikic use another character device in this test as /dev/console seems that it is different for lxc containers the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one let's try running our testsuite without sudo
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