summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-10-19 23:02:52 +0200
committerFerenc Kovacs <tyrael@php.net>2015-10-19 23:02:52 +0200
commit03e1e88db1a4451ed111b6854805bc801a83c9b8 (patch)
tree67c7d8b0e1f964c1135d25b281145ef71193219e /travis/compile.sh
parent26e5429f721b40d6d721fa9e2e2ede5f6222798c (diff)
parent395ef4efb72aab6a660612be4632794f00991d85 (diff)
downloadphp-git-03e1e88db1a4451ed111b6854805bc801a83c9b8.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: 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 6065c1df57..346460c874 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-phpdbg \
@@ -61,4 +63,4 @@ $TS \
--with-kerberos \
--enable-sysvmsg
make -j2 --quiet
-sudo make install
+make install