Skip to content

Commit 8581933

Browse files
JonRoweSam Phippen
authored andcommitted
Allow Rails 5 to fail for now
1 parent 0da7c86 commit 8581933

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.2
97+
env: RAILS_VERSION=master
9598
fast_finish: true
9699

97100
branches:

0 commit comments

Comments
 (0)