I’m attempting to create a CI test that executes a test using multiple Ruby versions using rvm on Linux, but I want to execute another test on Windows using the bash shell. I’ve tried a few configurations, but they do not allow me to create or use multiple ruby versions if I have an additional OS and language in the
Tag: travis-ci
Where to execute bash command in visual studio?
I want to setup CI for my flutter project, and i need to encrypt the keystore file. For this i choose the following solution: https://docs.travis-ci.com/user/encrypting-files/ I am developing with visual studio code, also i have no idea about bash. I need to execute following command: Questions: Where do I execute this command? Currently i try to use the git bash,