From ffd5d17ca7b430be6e93e5c3a661979d36e1ebdb Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Mon, 23 Sep 2019 12:58:24 +0800 Subject: [PATCH] Add 4.09 OCaml in Travis CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f3c04e79..aea726ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ matrix: # in addition, test opam package build (PACKAGE="piqilib") - os: linux env: OCAML_VERSION=4.08 PACKAGE="piqilib" + - os: linux + env: OCAML_VERSION=4.09 PACKAGE="piqilib" # testing only basic install on osx with latest homebrew formulas - os: osx env: OCAML_VERSION=homebrew