summaryrefslogtreecommitdiff
path: root/travis/compile.sh
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-02-10 11:18:34 +0100
committerFerenc Kovacs <tyrael@php.net>2015-02-10 11:18:34 +0100
commit5e1bb07701eb12145953214d9de3704fd82d7bfc (patch)
treec7056bab33f421dea9ffb400cd7fe9223de80b7a /travis/compile.sh
parentac54df17df8aad2b71941def3a4552705682796f (diff)
parentbf9fb6500134972ae1be11ed6f2aad191b9d9367 (diff)
downloadphp-git-5e1bb07701eb12145953214d9de3704fd82d7bfc.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: oops, forgot sudo for make install
Diffstat (limited to 'travis/compile.sh')
-rwxr-xr-xtravis/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 218f4b9f28..3a381a8885 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -58,4 +58,4 @@ $TS \
--enable-wddx \
--enable-sysvmsg
make -j2 --quiet
-make install
+sudo make install