Skip to content

Commit 643ed4c

Browse files
committed
fix travis
1 parent 1180a26 commit 643ed4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis-install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ set -e
33
set -o pipefail
44

55
# install 'libuv'
6-
git clone --recursive --depth=1 https://github.com/joyent/libuv.git
6+
git clone --recursive --branch v1.0.0-rc2 --depth 1 https://github.com/joyent/libuv.git
77
pushd libuv
8-
git checkout v1.0.0-rc2
98
./autogen.sh && ./configure && make && make install
109
popd
1110

0 commit comments

Comments
 (0)