Skip to content

Commit

Permalink
Use correct Ruby version for the cap command
Browse files Browse the repository at this point in the history
  • Loading branch information
janosrusiczki committed Apr 25, 2019
1 parent 249bdb4 commit cbbf2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_deploy:
deploy:
provider: script
skip_cleanup: true
script: bundle exec cap production deploy
script: rvm use $(< .ruby-version) do bundle exec cap production deploy
on:
branch: master
env:
Expand Down

0 comments on commit cbbf2c7

Please sign in to comment.