1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Cache bundle

This commit is contained in:
Erik Michaels-Ober 2015-12-19 06:37:05 -05:00
parent 708272e09a
commit b3bccc7a48
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
bundler_args: --without development
before_install: gem install bundler
cache: bundler
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"

View file

@ -5,7 +5,8 @@ if RUBY_VERSION >= '1.9'
SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
SimpleCov.start do
add_filter '/spec'
add_filter '/spec/'
add_filter '/vendor/'
minimum_coverage(92.93)
end
end