add --yes to opam install
This commit is contained in:
parent
74eff68820
commit
ac7adadf52
|
@ -73,5 +73,5 @@ before_install:
|
||||||
# OCaml
|
# OCaml
|
||||||
- brew install ocaml opam
|
- brew install ocaml opam
|
||||||
- opam init --auto-setup
|
- opam init --auto-setup
|
||||||
- opam install ocp-indent
|
- opam install --yes ocp-indent
|
||||||
|
|
Loading…
Reference in New Issue