Skip to content
Permalink
Browse files

Fix Travis CI to Xenial; Ruby to pre-installed 2.5.3 (#4234)

  • Loading branch information...
rmzelle committed Aug 4, 2019
1 parent 2214111 commit cffe1457d0683f1a8d24d8722c2b0f5b91eff442
Showing with 13 additions and 11 deletions.
  1. +2 −1 .travis.yml
  2. +1 −1 Gemfile
  3. +10 −9 Gemfile.lock
@@ -1,7 +1,8 @@
dist: xenial
language: ruby
cache: bundler
rvm:
- 2.6.3
- 2.5.3
install:
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle update sheldon
@@ -1,4 +1,4 @@
ruby '2.6.3'
ruby '2.5.3'
source 'https://rubygems.org'

gem 'rake'
@@ -1,12 +1,13 @@
GIT
remote: https://github.com/citation-style-language/Sheldon.git
revision: 7d83770802ef753448295f759bc4073543dba204
revision: 09d0daebe0b6c76ccf9963f86e2e966b28a3ef46
specs:
sheldon (0.1.33)
sheldon (1.0.2)
citeproc-ruby
csl-styles
diffy
dotenv
nokogiri
ostruct
reverse_markdown

@@ -24,28 +25,28 @@ GEM
csl (~> 1.0)
diff-lcs (1.3)
diffy (3.3.0)
dotenv (2.7.2)
fuubar (2.4.0)
dotenv (2.7.5)
fuubar (2.4.1)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
mini_portile2 (2.4.0)
namae (1.0.1)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
ostruct (0.1.0)
rake (12.3.2)
rake (12.3.3)
reverse_markdown (1.1.0)
nokogiri
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
@@ -63,7 +64,7 @@ DEPENDENCIES
sheldon!

RUBY VERSION
ruby 2.6.3p62
ruby 2.5.3p105

BUNDLED WITH
1.17.2
1.17.3

0 comments on commit cffe145

Please sign in to comment.
You can’t perform that action at this time.