1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Let's stop spending precious CI resources for always failing tests

This commit is contained in:
Akira Matsuda 2017-06-02 20:34:00 +09:00
parent 37a7cdc291
commit 12ae02ca17

View file

@ -9,7 +9,7 @@ rvm:
- 2.0.0
- ruby-head
- jruby-9.1.10.0
- rbx-3
# - rbx-3
gemfile:
- gemfiles/active_record_51.gemfile
@ -53,6 +53,6 @@ matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.10.0
- rvm: rbx-3
# - rvm: rbx-3
- gemfile: gemfiles/active_record_edge.gemfile
fast_finish: true