bash is needed now (for parsexp 0.14)

This commit is contained in:
Hannes Mehnert 2020-07-05 21:28:59 +02:00
parent c7b468fe09
commit da8b71cd2e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ freebsd_task:
matrix:
- OCAML_VERSION: 4.08.1
- OCAML_VERSION: 4.09.0
pkg_install_script: pkg install -y ocaml-opam gmp gmake pkgconf
pkg_install_script: pkg install -y ocaml-opam gmp gmake pkgconf bash
ocaml_script: opam init -a --comp=$OCAML_VERSION
dependencies_script: eval `opam env` && opam install -y --deps-only .
build_script: eval `opam env` && dune build