summaryrefslogtreecommitdiff
path: root/other/travis/env-windows.sh
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-19 15:58:03 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-19 15:58:03 +0000
commitf58dbe250329aad0ac2d54789359c162f43de311 (patch)
tree19ab70508dae39b568dbdcdef3ac19118f6bd408 /other/travis/env-windows.sh
parenta74ab7cd1ae78a87dd410813ec1d2d6e78b5d8c3 (diff)
Limit number of retries to 3.
Diffstat (limited to 'other/travis/env-windows.sh')
-rw-r--r--other/travis/env-windows.sh2
1 files changed, 2 insertions, 0 deletions
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() {
11} 11}
12 12
13TESTS() { 13TESTS() {
14 shift # Ignore test run count.
15
14 # Download Microsoft DLLs. 16 # Download Microsoft DLLs.
15 curl http://www.dlldump.com/dllfiles/I/iphlpapi.dll -o _build/iphlpapi.dll 17 curl http://www.dlldump.com/dllfiles/I/iphlpapi.dll -o _build/iphlpapi.dll
16 curl http://www.dlldump.com/dllfiles/W/ws2_32.dll -o _build/ws2_32.dll 18 curl http://www.dlldump.com/dllfiles/W/ws2_32.dll -o _build/ws2_32.dll