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

Fix travis builds

This commit is contained in:
Yuki Nishijima 2017-12-21 17:48:41 -05:00
parent d38c6849e0
commit 2afce63621

View file

@ -23,7 +23,7 @@ sudo: false
before_install:
- gem update --system
- gem update bundler --no-document
- gem pristine bundler
script: 'bundle exec rake test'
cache: bundler