From ac7adadf52d24403168c3ece5c189b99a77c0100 Mon Sep 17 00:00:00 2001 From: Frederic Delbos Date: Wed, 20 Apr 2016 08:52:23 +0200 Subject: [PATCH] add --yes to opam install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7061fef..5c233be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,5 +73,5 @@ before_install: # OCaml - brew install ocaml opam - opam init --auto-setup - - opam install ocp-indent + - opam install --yes ocp-indent \ No newline at end of file