Skip to content

Commit

Permalink
Merge pull request #110 from aried3r/patch-1
Browse files Browse the repository at this point in the history
Add Ruby 2.6, 2.7 to CI
  • Loading branch information
kbrock committed Feb 14, 2020
2 parents d1d8c60 + 2a4e968 commit bcc4bc1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,9 +1,12 @@
language: ruby
sudo: false
cache: bundler
rvm:
- "2.2"
- "2.3.4"
- "2.5.1"
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- jruby-head
matrix:
allow_failures:
Expand Down

0 comments on commit bcc4bc1

Please sign in to comment.