Browse Source

CI build with OCaml version 4.03

 + Testing with the second beta.
Leo 9 years ago
parent
commit
c1b0067687
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitlab-ci.yml

+ 4 - 0
.gitlab-ci.yml

@@ -9,3 +9,7 @@ ocaml_sys:
 # OCaml version 4.02
 ocaml_402:
   script: "./gitlab-ci.sh 4.02.3"
+
+# OCaml version 4.03
+ocaml_403:
+  script: "./gitlab-ci.sh 4.03.0+beta2"