瀏覽代碼

[AppVeyor] Maybe it's just slow...

Andy Li 9 年之前
父節點
當前提交
e205f7e01e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -21,7 +21,7 @@ skip_tags: true
 install:
     - 'git submodule update --init --recursive'
     # Install ocaml
-    - curl -fsS -o ocaml-installer.exe --max-time 120 --retry 3 http://gallium.inria.fr/~protzenk/caml-installer/ocaml-4.02.3-i686-mingw64-installer4-opam.exe
+    - curl -fsS -o ocaml-installer.exe --retry 3 http://gallium.inria.fr/~protzenk/caml-installer/ocaml-4.02.3-i686-mingw64-installer4-opam.exe
     - ocaml-installer.exe /S
     - 'C:\Users\Public\Desktop\cygwin-setup.exe -g -q -R "%CYG_ROOT%" -P make -P git -P mingw64-i686-zlib'
     - 'set PATH=%PATH%;%CYG_ROOT%/usr/i686-w64-mingw32/sys-root/mingw/bin'