Skip to content

Commit

Permalink
Add ruby 2.4 and 2.5 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sponomarev committed Jan 18, 2018
1 parent ee8c922 commit 40f78b2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,18 +1,21 @@
language: ruby
sudo: false
rvm:
- 2.3.1
- 2.2.5
- 2.0.0
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- jruby
- jruby-9.0.5.0
env:
- RAILS_VERSION="~>4.2.0"
- RAILS_VERSION="~>5.0.0"
matrix:
exclude:
- env: RAILS_VERSION="~>5.0.0"
rvm: 2.0.0
rvm: 2.0
- env: RAILS_VERSION="~>5.0.0"
rvm: 2.1
before_install: gem install bundler
Expand Down

0 comments on commit 40f78b2

Please sign in to comment.