Skip to content

Commit

Permalink
Merge pull request rails#71 from nicolasleger/patch-1
Browse files Browse the repository at this point in the history
[CI] Test against Ruby 2.5
  • Loading branch information
rafaelfranca committed Mar 27, 2018
2 parents 53bf066 + e4e6cab commit fc5fd28
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -6,14 +6,16 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head
- jruby
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
- rvm: jruby
notifications:
email: false
Expand Down

0 comments on commit fc5fd28

Please sign in to comment.