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 16, 2018
1 parent ee8c922 commit 770b7a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,10 +1,12 @@
language: ruby
sudo: false
rvm:
- 2.3.1
- 2.2.5
- 2.0.0
- 2.1
- 2.2.5
- 2.3.1
- 2.4
- 2.5
- jruby-9.0.5.0
env:
- RAILS_VERSION="~>4.2.0"
Expand Down

0 comments on commit 770b7a3

Please sign in to comment.