From e220d22031012842c162bf84c6b7a6a5ca0d4042 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sun, 18 Aug 2019 05:43:45 +0800 Subject: [PATCH] Test also OCaml 4.07 and 4.08 versions (#63) --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 52b67066..8d87a260 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,12 @@ matrix: # in addition, test opam package build (PACKAGE="piqilib") - os: linux env: OCAML_VERSION=4.06 PACKAGE="piqilib" + # in addition, test opam package build (PACKAGE="piqilib") + - os: linux + env: OCAML_VERSION=4.07 PACKAGE="piqilib" + # in addition, test opam package build (PACKAGE="piqilib") + - os: linux + env: OCAML_VERSION=4.08 PACKAGE="piqilib" # testing only basic install on osx with latest homebrew formulas - os: osx env: OCAML_VERSION=homebrew