mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-24 02:16:41 -05:00
chore: fix travis
This commit is contained in:
parent
47a7142a3c
commit
9aa4159f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ before_install:
|
|||
- export OPAMVERBOSE=1
|
||||
- opam switch ${OCAML_VERSION}
|
||||
- eval `opam config env`
|
||||
- opam install ocamlfind dune sequence
|
||||
- opam install ocamlfind dune iter
|
||||
- if ${RUN_TEST}; then opam install containers ; fi
|
||||
install:
|
||||
- make build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue