Merge pull request #2515 from MikeMcQuaid/travis-cache-bundler
travis.yml: cache Bundler output.
This commit is contained in:
commit
114e8c5537
@ -1,9 +1,13 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.gem/ruby
|
||||||
|
- Library/Homebrew/vendor/bundle
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8.1
|
osx_image: xcode8.3
|
||||||
rvm: system
|
rvm: system
|
||||||
- os: linux
|
- os: linux
|
||||||
rvm: 2.0.0
|
rvm: 2.0.0
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
---
|
---
|
||||||
BUNDLE_PATH: "../vendor/bundle"
|
BUNDLE_PATH: "../vendor/bundle"
|
||||||
BUNDLE_DISABLE_SHARED_GEMS: "true"
|
BUNDLE_DISABLE_SHARED_GEMS: "true"
|
||||||
|
BUNDLE_BIN: "../bin"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user