Skip to content

Commit

Permalink
chore(ci): test with latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Dec 24, 2020
1 parent 3f5fb68 commit bc85852
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ rvm:
- &latest_ruby 2.7
- 2.5
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- JEKYLL_VERSION="~> 3.8"
- JEKYLL_VERSION="~> 3.9"
matrix:
include:
- rvm: *latest_ruby
env: JEKYLL_VERSION="~> 3.8.5"
env: JEKYLL_VERSION="~> 3.9"
- rvm: *latest_ruby
env: JEKYLL_VERSION="~> 4.0"
env: JEKYLL_VERSION="~> 4.2"
before_install:
- gem update --system
before_script: bundle update
Expand Down

0 comments on commit bc85852

Please sign in to comment.