From f58dbe250329aad0ac2d54789359c162f43de311 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 19 Jan 2017 15:58:03 +0000 Subject: Limit number of retries to 3. --- other/travis/env-windows.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'other/travis/env-windows.sh') diff --git a/other/travis/env-windows.sh b/other/travis/env-windows.sh index 410948c1..6f7f0914 100644 --- a/other/travis/env-windows.sh +++ b/other/travis/env-windows.sh @@ -11,6 +11,8 @@ RUN() { } TESTS() { + shift # Ignore test run count. + # Download Microsoft DLLs. curl http://www.dlldump.com/dllfiles/I/iphlpapi.dll -o _build/iphlpapi.dll curl http://www.dlldump.com/dllfiles/W/ws2_32.dll -o _build/ws2_32.dll -- cgit v1.2.3