We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643ed4c commit 5771c0dCopy full SHA for 5771c0d
travis-install.sh
@@ -5,7 +5,7 @@ set -o pipefail
5
# install 'libuv'
6
git clone --recursive --branch v1.0.0-rc2 --depth 1 https://github.com/joyent/libuv.git
7
pushd libuv
8
-./autogen.sh && ./configure && make && make install
+./autogen.sh && ./configure && make && sudo make install
9
popd
10
11
#install 'php-uv'
0 commit comments