Skip to content

Commit 9849f81

Browse files
committed
Allow Failures on rails@master
`rails@master` could be volatile. This commit relaxes the restrictions around what we consider a passing build.
1 parent 631a161 commit 9849f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gemfile:
1919
- gemfiles/4.1.gemfile
2020
- gemfiles/4.2.gemfile
2121
- gemfiles/5.0.0.gemfile
22-
- gemfiles/master.gemfile
2322
matrix:
2423
allow_failures:
2524
- rvm: jruby-9.0.3.0
25+
- gemfile: gemfiles/master.gemfile

0 commit comments

Comments
 (0)