Skip to content

Commit

Permalink
Update .travis.yml (#4463)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Dec 19, 2019
1 parent 3d72c62 commit 2822437
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dist: xenial
dist: bionic
language: ruby
cache: bundler
rvm:
- 2.5.3
- 2.6.5
install:
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle update sheldon
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '2.5.3'
ruby '2.6.5'
source 'https://rubygems.org'

gem 'rake'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ DEPENDENCIES
sheldon!

RUBY VERSION
ruby 2.5.3p105
ruby 2.6.5p114

BUNDLED WITH
1.17.3

0 comments on commit 2822437

Please sign in to comment.