Skip to content

Commit 114e8c5

Browse files
authored
Merge pull request #2515 from MikeMcQuaid/travis-cache-bundler
travis.yml: cache Bundler output.
2 parents 5c82e0d + 6276448 commit 114e8c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: ruby
2+
cache:
3+
directories:
4+
- $HOME/.gem/ruby
5+
- Library/Homebrew/vendor/bundle
26

37
matrix:
48
include:
59
- os: osx
6-
osx_image: xcode8.1
10+
osx_image: xcode8.3
711
rvm: system
812
- os: linux
913
rvm: 2.0.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
BUNDLE_PATH: "../vendor/bundle"
33
BUNDLE_DISABLE_SHARED_GEMS: "true"
4+
BUNDLE_BIN: "../bin"

0 commit comments

Comments
 (0)