Added landamrks dependency to travis file

This commit is contained in:
Guillaume Bury 2017-06-07 13:55:42 +02:00
parent 5a079069ea
commit cdb5cc9040

View file

@ -20,7 +20,7 @@ before_install:
- opam init - opam init
- opam switch ${OCAML_VERSION} - opam switch ${OCAML_VERSION}
- eval `opam config env` - eval `opam config env`
- opam install ocamlfind ocamlbuild - opam install ocamlfind ocamlbuild landmarks
- if ${RUN_TEST}; then opam pin add dolmen https://github.com/Gbury/dolmen.git; fi - if ${RUN_TEST}; then opam pin add dolmen https://github.com/Gbury/dolmen.git; fi
install: install:
- make lib - make lib