From 85d34c32642dbe75eaf27d0098e77005b45cbcba Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Sun, 23 Aug 2015 22:47:51 +0200 Subject: let's try running our testsuite without sudo --- travis/compile.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'travis/compile.sh') 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 -- cgit v1.2.1