Skip to content

Commit

Permalink
Cache bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Mar 1, 2015
1 parent 428722d commit cceef61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cache: bundler

language: ruby

rvm:
Expand Down
1 change: 1 addition & 0 deletions spec/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

SimpleCov.start do
add_filter '/spec/'
add_filter '/vendor/'
minimum_coverage(99.62)
end

Expand Down

0 comments on commit cceef61

Please sign in to comment.