Add --yes for opam init step

This commit is contained in:
Steven Zeck 2018-02-19 11:38:09 -06:00
parent 00aad9cd3a
commit 9b3d4adb15
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ before_install:
# CoffeeScript # CoffeeScript
- npm install coffee-formatter - npm install coffee-formatter
# OCaml # OCaml
- opam init --auto-setup - opam init --yes --auto-setup
# Init environment variables for opam # Init environment variables for opam
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
eval `opam config env`; eval `opam config env`;