Skip to content

Commit

Permalink
Explicitly install Ruby before deploying
Browse files Browse the repository at this point in the history
Otherwise the build fails with:

    $ rvm 2.7 --fuzzy do ruby -S gem install dpl -v 1.10.16
    Ruby ruby-2.7.2 is not installed.
  • Loading branch information
legoscia committed Jun 4, 2024
1 parent d787742 commit 40992c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ before_cache:
cache:
directories:
- _build/dev

before_deploy:
- rvm install 2.7
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit 40992c8

Please sign in to comment.