Added dolmen dependency

This commit is contained in:
Guillaume Bury 2016-09-12 17:11:05 +02:00
parent 0631135bd5
commit a0d8bd5457

View file

@ -19,7 +19,7 @@ before_install:
- opam switch ${OCAML_VERSION}
- eval `opam config env`
install:
- opam install ocamlfind ocamlbuild
- opam install dolmen ocamlfind ocamlbuild
- make bin lib
script:
- make test