From 79f2ebd11ed5519548e1bd94a805cf034d6ea4a9 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Mon, 23 Sep 2019 16:39:15 +0800 Subject: [PATCH] Add 4.09 OCaml in Travis CI (#67) --- .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