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.
1 parent 596b17f commit 6e90b3fCopy full SHA for 6e90b3f
1 file changed
.travis.yml
@@ -8,16 +8,16 @@ rvm:
8
- 2.3
9
- 2.4
10
11
-matrix:
12
- allow_failures:
13
- - rvm: 2.2
14
-
15
gemfile:
16
- gemfiles/rails_42.gemfile
17
- gemfiles/rails_50.gemfile
18
- gemfiles/rails_51.gemfile
19
- gemfiles/rails_52.gemfile
20
+matrix:
+ allow_failures:
+ - gemfile: gemfiles/rails_42.gemfile
+
21
before_script:
22
- git submodule update --remote --recursive
23
0 commit comments