mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Cache bundle
This commit is contained in:
parent
708272e09a
commit
b3bccc7a48
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
bundler_args: --without development
|
||||
before_install: gem install bundler
|
||||
cache: bundler
|
||||
env:
|
||||
global:
|
||||
- JRUBY_OPTS="$JRUBY_OPTS --debug"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue