Skip to content
Snippets Groups Projects
Commit 102ac64a authored by Steve Purcell's avatar Steve Purcell
Browse files

Build against newer Ruby versions too (2.3, 2.4)

parent 3af82965
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,11 @@ sudo: false ...@@ -2,10 +2,11 @@ sudo: false
cache: bundler cache: bundler
language: ruby language: ruby
rvm: rvm:
- 1.9.3
- 2.0.0
- 2.1 - 2.1
- 2.2 - 2.2
- 2.3
- 2.4
- 2.5
- ruby-head - ruby-head
matrix: matrix:
allow_failures: allow_failures:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment