Skip to content

Commit 6b79698

Browse files
committed
Allow Rails 5 to fail for now
1 parent c0b320f commit 6b79698

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ matrix:
9292
# MRI 2.2 is not supported on a few versions
9393
- rvm: 2.2
9494
env: RAILS_VERSION='~> 3.1.12'
95+
allow_failures:
96+
- rvm: 2.2
97+
env: RAILS_VERSION=master
9598
fast_finish: true
9699

97100
branches:

0 commit comments

Comments
 (0)