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 497cbd1 commit 2fed1deCopy full SHA for 2fed1de
travis-install.sh
@@ -3,7 +3,7 @@ set -e
3
set -o pipefail
4
5
# install 'libuv'
6
-git clone --recursive --depth=1:w https://github.com/joyent/libuv.git
+git clone --recursive --depth=1 https://github.com/joyent/libuv.git
7
pushd libuv
8
git checkout v1.0.0-rc2
9
./autogen.sh && ./configure && make && make install
0 commit comments