For travis, dolmen is now pinned to github/dev version

This commit is contained in:
Guillaume Bury 2016-09-23 13:30:19 +02:00
parent 9cf13bd7a2
commit 41f1ec0e82

View file

@ -18,8 +18,9 @@ before_install:
- opam init
- opam switch ${OCAML_VERSION}
- eval `opam config env`
- opam install ocamlfind ocamlbuild
- opam pin add dolmen https://github.com/Gbury/dolmen.git
install:
- opam install dolmen ocamlfind ocamlbuild
- make bin lib
script:
- make test