Skip to content
Snippets Groups Projects
Unverified Commit e3be5512 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #3847 from MikeMcQuaid/travis-caching

travis.yml: fix bundler caching.
parents 04430e5d d4a3fc08
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ cache:
directories:
- $HOME/Library/Caches/Homebrew/style
- $HOME/Library/Caches/Homebrew/tests
- $HOME/Library/Homebrew/vendor/bundle
- Library/Homebrew/vendor/bundle
branches:
only:
- master
......
......@@ -50,8 +50,7 @@ module Homebrew
osx_image: xcode9.2
cache:
directories:
- $HOME/.gem/ruby
- Library/Homebrew/vendor/bundle
- /usr/local/Homebrew/Library/Homebrew/vendor/bundle
branches:
only:
- master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment