We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c82e0d + 6276448 commit 114e8c5Copy full SHA for 114e8c5
.travis.yml
@@ -1,9 +1,13 @@
1
language: ruby
2
+cache:
3
+ directories:
4
+ - $HOME/.gem/ruby
5
+ - Library/Homebrew/vendor/bundle
6
7
matrix:
8
include:
9
- os: osx
- osx_image: xcode8.1
10
+ osx_image: xcode8.3
11
rvm: system
12
- os: linux
13
rvm: 2.0.0
Library/Homebrew/test/.bundle/config
@@ -1,3 +1,4 @@
---
BUNDLE_PATH: "../vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"
+BUNDLE_BIN: "../bin"
0 commit comments