My travis build suddenly started to fail with (between before_deploy and deploy):
Ruby ruby-2.2.5 is not installed.
The command "rvm 2.2.5 --fuzzy do ruby -S gem install dpl" failed and exited with 2 during .
Ideas how to fix this?
.travis.yaml
before_deploy:
- export PATH=$PATH:${CLOUD_SDK_PATH}/bin
- openssl aes-256-cbc -K $encrypted_c09a72752447_key -iv $encrypted_c09a72752447_iv -in contrib/gae/secrets.tar.enc -out secrets.tar -d
- tar xvf secrets.tar
deploy:
  - provider: script
    skip_cleanup: true
    script: fab deploy:target='DEV',ci=True
    on: develop
                I just hit this too. As a workaround, you might be able to install ruby 2.2.5 explicitly, adding an install command to my before_install step works for me:
before_install:
  - rvm install 2.2.5
                        Sorry, everyone. We had a bad deploy earlier today. This should be fixed now.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With