Skip to content

Commit 99791cf

Browse files
committed
updating to libuv 1.0 release
1 parent 42361ad commit 99791cf

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
@@ -3,7 +3,7 @@ set -e
33
set -o pipefail
44

55
# install 'libuv'
6-
git clone --recursive --branch v1.0.0-rc2 --depth 1 https://github.com/joyent/libuv.git
6+
git clone --recursive --branch v1.0.0 --depth 1 https://github.com/joyent/libuv.git
77
pushd libuv
88
./autogen.sh && ./configure && make && sudo make install
99
popd

0 commit comments

Comments
 (0)