Merge pull request #2515 from MikeMcQuaid/travis-cache-bundler

travis.yml: cache Bundler output.
This commit is contained in:
Mike McQuaid 2017-04-22 17:11:06 +01:00 committed by GitHub
commit 114e8c5537
2 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,13 @@
language: ruby
cache:
directories:
- $HOME/.gem/ruby
- Library/Homebrew/vendor/bundle
matrix:
include:
- os: osx
osx_image: xcode8.1
osx_image: xcode8.3
rvm: system
- os: linux
rvm: 2.0.0

View File

@ -1,3 +1,4 @@
---
BUNDLE_PATH: "../vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_BIN: "../bin"