Skip to content

Commit

Permalink
Add Ruby 2.5 to test matrix + use aliases
Browse files Browse the repository at this point in the history
Adds Ruby 2.5 to the test matrix.

I also switched us over to aliases of each major Ruby version because I
think it makes more sense to be locked to whatever the latest release in
each is.
  • Loading branch information
brandur committed Jul 2, 2018
1 parent 9e35a5e commit 1cb90b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: ruby

rvm:
- 2.0.0
- 2.0
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- 2.3
- 2.4
- 2.5
- jruby-9.0.5.0

notifications:
Expand Down

0 comments on commit 1cb90b8

Please sign in to comment.