robisonsantos / evm

Erlang Version Manager
116 stars 27 forks source link

CI installation #9

Closed andreineculau closed 9 years ago

andreineculau commented 9 years ago

https://github.com/robisonsantos/evm/blob/8d269e291ea22a8513f251f25298a4c425474c0e/evm#L168-L171 makes it impossible to run without user interaction

suggestion - read the CI env variable. If set to true, then skip asking

robisonsantos commented 9 years ago

I'll be adding an optional parameter to install command so the confirmation can be skipped soon.

On Thu, Dec 4, 2014 at 4:22 AM, Andrei Neculau notifications@github.com wrote:

https://github.com/robisonsantos/evm/blob/8d269e291ea22a8513f251f25298a4c425474c0e/evm#L168-L171 makes it impossible to run without user interaction

suggestion - read the CI env variable. If set to true, then skip asking

— Reply to this email directly or view it on GitHub https://github.com/robisonsantos/evm/issues/9.

Robison W R Santos

robisonsantos commented 9 years ago

The latest version should solve this issue if you pass -y to evm install command.