1
0
Fork 0
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:
Sean Doyle 2015-02-20 13:14:56 -05:00
parent eaaa2d83e5
commit 52a15c3605
No known key found for this signature in database
GPG key ID: 14BEACECE4B31F98

View file

@ -1,5 +1,6 @@
language: ruby
sudo: false
cache: bundler
script: "bundle exec rake"
branches: