diff --git a/.travis.yml b/.travis.yml index 4ca93e90..84ea2832 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,7 @@ 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 + - opam install -v cpuid # this tests the ocb-stubblr plugin + - opam install -v ppx_deriving # this tests the cppo plugin