Skip to content

Commit 2822437

Browse files
authored
Update .travis.yml (JabRef#4463)
1 parent 3d72c62 commit 2822437

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
dist: xenial
1+
dist: bionic
22
language: ruby
33
cache: bundler
44
rvm:
5-
- 2.5.3
5+
- 2.6.5
66
install:
77
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
88
- bundle update sheldon

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '2.5.3'
1+
ruby '2.6.5'
22
source 'https://rubygems.org'
33

44
gem 'rake'

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DEPENDENCIES
6464
sheldon!
6565

6666
RUBY VERSION
67-
ruby 2.5.3p105
67+
ruby 2.6.5p114
6868

6969
BUNDLED WITH
7070
1.17.3

0 commit comments

Comments
 (0)