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 1180a26 commit 643ed4cCopy full SHA for 643ed4c
travis-install.sh
@@ -3,9 +3,8 @@ set -e
3
set -o pipefail
4
5
# install 'libuv'
6
-git clone --recursive --depth=1 https://github.com/joyent/libuv.git
+git clone --recursive --branch v1.0.0-rc2 --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
10
popd
11
0 commit comments