mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Cache Bundler on Travis
With Container based CI, public projects can cache the results of `bundle install`
This commit is contained in:
parent
eaaa2d83e5
commit
52a15c3605
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
language: ruby
|
||||
sudo: false
|
||||
cache: bundler
|
||||
script: "bundle exec rake"
|
||||
|
||||
branches:
|
||||
|
|
Loading…
Reference in a new issue