We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25227c2 + 4411e7d commit 53e92dbCopy full SHA for 53e92db
.travis.yml
@@ -4,9 +4,10 @@ rvm:
4
- 1.9.3
5
- 2.0.0
6
- 2.1.10
7
- - 2.2.5
8
- - 2.3.1
9
- - 2.4.0
+ - 2.2.9
+ - 2.3.6
+ - 2.4.3
10
+ - 2.5.0
11
- jruby
12
- ruby-head
13
gemfile:
@@ -23,12 +24,16 @@ matrix:
23
24
gemfile: gemfiles/active_support_5.0.gemfile
25
- rvm: 2.1.10
26
- - rvm: 2.4.0
27
+ - rvm: 2.4.3
28
+ gemfile: gemfiles/active_support_4.2.gemfile
29
+ - rvm: 2.5.0
30
gemfile: gemfiles/active_support_4.2.gemfile
31
- rvm: ruby-head
32
33
- rvm: jruby
34
35
+ allow_failures:
36
+ - rvm: ruby-head
37
notifications:
38
email: false
39
irc:
0 commit comments