Преглед на файлове

[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'