[travis] Only build the bin for tests

This commit is contained in:
Guillaume Bury 2016-11-17 00:19:40 +01:00
parent c2887b2e29
commit 7dd04204ed

View file

@ -23,6 +23,7 @@ before_install:
- opam install ocamlfind ocamlbuild
- if ${RUN_TEST}; then opam pin add dolmen https://github.com/Gbury/dolmen.git; fi
install:
- make bin lib
- make lib
- if ${RUN_TEST}; then make bin; fi
script:
- if ${RUN_TEST}; then make test; fi