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 b1b5200 commit 4ab4879Copy full SHA for 4ab4879
travis-install.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
# install 'libuv'
4
-git clone --recursive https://github.com/joyent/libuv.git
+git clone --recursive --depth=1:w https://github.com/joyent/libuv.git
5
pushd libuv
6
git checkout v1.0.0-rc2
7
-/bin/bash ./autogen.sh && ./configure && make && make install
+./autogen.sh && ./configure && make && make install
8
popd
9
10
#install 'php-uv'
0 commit comments