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 42361ad commit 99791cfCopy full SHA for 99791cf
travis-install.sh
@@ -3,7 +3,7 @@ set -e
3
set -o pipefail
4
5
# install 'libuv'
6
-git clone --recursive --branch v1.0.0-rc2 --depth 1 https://github.com/joyent/libuv.git
+git clone --recursive --branch v1.0.0 --depth 1 https://github.com/joyent/libuv.git
7
pushd libuv
8
./autogen.sh && ./configure && make && sudo make install
9
popd
0 commit comments