From 52963a1e08887a17fad21692ce3dd06a32385d19 Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Mon, 30 Apr 2018 15:31:06 +0300 Subject: [PATCH] Use libuv 1.19.0 --- .travis/setup_uv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/setup_uv.sh b/.travis/setup_uv.sh index 69aa72e..34eb88e 100644 --- a/.travis/setup_uv.sh +++ b/.travis/setup_uv.sh @@ -8,6 +8,8 @@ git clone https://github.com/libuv/libuv.git -b v1.x cd libuv +git checkout v1.19.0 + mkdir -p lib mkdir -p build git clone https://chromium.googlesource.com/external/gyp build/gyp