From 7e691de38c8a6af081661838564563fdcb718449 Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 28 Feb 2017 01:24:38 +0000 Subject: [PATCH 1/2] Also build a package using OASIS on CI. OASIS has been accidentally broken in the past. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ca93e90..8381a3e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,5 @@ script: - make distclean - opam pin add -n -k path ocamlbuild . - opam install -v ocamlbuild - - opam install -v mtime # this tests topkg and stub libraries + - opam install -v mtime # this tests topkg, with stub libraries + - opam install -v inotify # this tests oasis, with stub libraries From 25414c242854543d6c055d79a944f2edda15a9e7 Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 28 Feb 2017 01:34:03 +0000 Subject: [PATCH 2/2] Also build packages using certain ocamlbuild plugins on CI. These haven't been broken in the past, and let's keep it this way. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8381a3e3..84ea2832 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,5 @@ script: - opam install -v ocamlbuild - opam install -v mtime # this tests topkg, with stub libraries - opam install -v inotify # this tests oasis, with stub libraries + - opam install -v cpuid # this tests the ocb-stubblr plugin + - opam install -v ppx_deriving # this tests the cppo plugin