Update AppVeyor to OCaml 4.06.0

Fixes #324.

Signed-off-by: David Allsopp <david.allsopp@metastack.com>
This commit is contained in:
David Allsopp 2017-11-15 13:51:21 +00:00
parent 5103035bef
commit 1dff4e5b12
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ REM execute this script. Execute bash with the option "-l".
REM set OCAMLROOT=%PROGRAMFILES%/OCaml
set OCAMLROOT=C:/PROGRA~1/OCaml
set OCAMLURL=https://github.com/Chris00/ocaml-appveyor/releases/download/0.1/ocaml-4.03.zip
set OCAMLURL=https://github.com/Chris00/ocaml-appveyor/releases/download/0.2/ocaml-4.06.zip
REM Cygwin is always installed on AppVeyor. Its path must come
REM before the one of Git but after those of MSCV and OCaml.