summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-10-19 22:47:23 +0200
committerFerenc Kovacs <tyrael@php.net>2015-10-19 22:47:23 +0200
commit395ef4efb72aab6a660612be4632794f00991d85 (patch)
tree0ca7d83cf49160e0c870f5290c3a445d95801f05 /travis
parent0b35e0c5a120c9ff98dad7e44259f26ca828a8e4 (diff)
parentf3838a9c3561022cfeeb649093e4fdec715d39b0 (diff)
downloadphp-git-395ef4efb72aab6a660612be4632794f00991d85.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: 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')
-rwxr-xr-xtravis/compile.sh6
-rw-r--r--travis/de2
-rwxr-xr-xtravis/ext/curl/setup.sh6
-rwxr-xr-xtravis/install.sh2
4 files changed, 7 insertions, 9 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 4dce7fc8a4..fa0a2fcfa1 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 \
@@ -58,4 +60,4 @@ $TS \
--enable-wddx \
--enable-sysvmsg
make -j2 --quiet
-sudo make install
+make install
diff --git a/travis/de b/travis/de
deleted file mode 100644
index ae49d969ee..0000000000
--- a/travis/de
+++ /dev/null
@@ -1,2 +0,0 @@
-de_DE.UTF-8 UTF-8
-de_DE ISO-8859-1
diff --git a/travis/ext/curl/setup.sh b/travis/ext/curl/setup.sh
index 74dad16eb3..02e8ce5bb8 100755
--- a/travis/ext/curl/setup.sh
+++ b/travis/ext/curl/setup.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost"
+export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost:8080"
cd ./ext/curl/tests/responder
-sudo php -S localhost:80 &
-cd - \ No newline at end of file
+php -S localhost:8080 &
+cd -
diff --git a/travis/install.sh b/travis/install.sh
deleted file mode 100755
index 5c6a3c1913..0000000000
--- a/travis/install.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-sudo apt-get install re2c libgmp-dev libicu-dev libmcrypt-dev libtidy-dev