Skip to content

Commit 53e92db

Browse files
authored
Merge pull request #73 from nicolasleger/patch-1
[CI] Test agains Ruby 2.5
2 parents 25227c2 + 4411e7d commit 53e92db

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ rvm:
44
- 1.9.3
55
- 2.0.0
66
- 2.1.10
7-
- 2.2.5
8-
- 2.3.1
9-
- 2.4.0
7+
- 2.2.9
8+
- 2.3.6
9+
- 2.4.3
10+
- 2.5.0
1011
- jruby
1112
- ruby-head
1213
gemfile:
@@ -23,12 +24,16 @@ matrix:
2324
gemfile: gemfiles/active_support_5.0.gemfile
2425
- rvm: 2.1.10
2526
gemfile: gemfiles/active_support_5.0.gemfile
26-
- rvm: 2.4.0
27+
- rvm: 2.4.3
28+
gemfile: gemfiles/active_support_4.2.gemfile
29+
- rvm: 2.5.0
2730
gemfile: gemfiles/active_support_4.2.gemfile
2831
- rvm: ruby-head
2932
gemfile: gemfiles/active_support_4.2.gemfile
3033
- rvm: jruby
3134
gemfile: gemfiles/active_support_5.0.gemfile
35+
allow_failures:
36+
- rvm: ruby-head
3237
notifications:
3338
email: false
3439
irc:

0 commit comments

Comments
 (0)