Skip to content
Snippets Groups Projects
Commit 62764485 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

travis.yml: cache Bundler output.

Travis needs some coaxing to find where we put it. This should improve
build reliability due to network issues.
parent 10d70aa9
No related branches found
No related tags found
No related merge requests found
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
......
---
BUNDLE_PATH: "../vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_BIN: "../bin"
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