Skip to content

Commit

Permalink
Add Ruby 3.0 to CI (#337)
Browse files Browse the repository at this point in the history
Merge pull request 337
  • Loading branch information
oturpe committed Feb 19, 2021
1 parent 71a0e2a commit be3c94a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
@@ -1,16 +1,16 @@
language: ruby
cache: bundler
rvm:
- &latest_ruby 2.7
- 3.0
- 2.7
- 2.5
env:
matrix:
- JEKYLL_VERSION="~> 3.9"
- JEKYLL_VERSION="~> 4.2"
matrix:
include:
- rvm: *latest_ruby
env: JEKYLL_VERSION="~> 3.9"
- rvm: *latest_ruby
exclude:
- rvm: 2.5
env: JEKYLL_VERSION="~> 4.2"
before_install:
- gem update --system
Expand Down

0 comments on commit be3c94a

Please sign in to comment.