Skip to content

Commit

Permalink
Update .travis.yml (#4970)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Aug 14, 2020
1 parent d6d400b commit f6876cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
dist: bionic
dist: focal
language: ruby
cache: bundler
rvm:
- 2.6.5
- 2.7.1
install:
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle update sheldon
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
ruby '2.6.5'
ruby '2.7.1'
source 'https://rubygems.org'

gem 'rake'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -64,7 +64,7 @@ DEPENDENCIES
sheldon!

RUBY VERSION
ruby 2.6.5p114
ruby 2.7.1

BUNDLED WITH
1.17.3
2.1.4

0 comments on commit f6876cb

Please sign in to comment.