Skip to content

Commit 5771c0d

Browse files
committed
fix more permissions issues, attempt to make install with sudo
1 parent 643ed4c commit 5771c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o pipefail
55
# install 'libuv'
66
git clone --recursive --branch v1.0.0-rc2 --depth 1 https://github.com/joyent/libuv.git
77
pushd libuv
8-
./autogen.sh && ./configure && make && make install
8+
./autogen.sh && ./configure && make && sudo make install
99
popd
1010

1111
#install 'php-uv'

0 commit comments

Comments
 (0)