Revert --yes addition to opam init
This commit is contained in:
parent
9b3d4adb15
commit
76028d64d8
|
@ -82,7 +82,7 @@ before_install:
|
||||||
# CoffeeScript
|
# CoffeeScript
|
||||||
- npm install coffee-formatter
|
- npm install coffee-formatter
|
||||||
# OCaml
|
# OCaml
|
||||||
- opam init --yes --auto-setup
|
- opam init --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`;
|
||||||
|
|
Loading…
Reference in New Issue