Skip to content

Commit

Permalink
Travis: Test against latest Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed May 5, 2018
1 parent 94930b1 commit db567f8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
rvm:
- 2.2.8
- 2.3.5
- 2.4.2
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
gemfile:
- gemfiles/Gemfile-activemodel-3.1.x
- gemfiles/Gemfile-activemodel-3.2.x
Expand All @@ -12,8 +13,12 @@ gemfile:
- gemfiles/Gemfile-activemodel-5.1.x
matrix:
exclude:
- rvm: 2.4.2
- rvm: 2.4.4
gemfile: gemfiles/Gemfile-activemodel-4.1.x
- rvm: 2.4.2
- rvm: 2.4.4
gemfile: gemfiles/Gemfile-activemodel-4.2.x
- rvm: 2.5.1
gemfile: gemfiles/Gemfile-activemodel-4.1.x
- rvm: 2.5.1
gemfile: gemfiles/Gemfile-activemodel-4.2.x
sudo: false

0 comments on commit db567f8

Please sign in to comment.