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.
1 parent b9d9e63 commit 40af9e6Copy full SHA for 40af9e6
.travis.yml
@@ -1,4 +1,5 @@
1
language: ruby
2
+rvm: system
3
cache:
4
directories:
5
- $HOME/.gem/ruby
@@ -12,14 +13,13 @@ matrix:
12
13
include:
14
- os: osx
15
osx_image: xcode9
- rvm: system
16
- os: linux
17
sudo: false
18
- rvm: 2.3.3
19
20
before_install:
21
- export HOMEBREW_NO_AUTO_UPDATE=1
22
- export HOMEBREW_DEVELOPER=1
+ - export HOMEBREW_FORCE_VENDOR_RUBY=1
23
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
24
HOMEBREW_REPOSITORY="$(brew --repo)";
25
sudo chown -R "$USER" "$HOMEBREW_REPOSITORY/Library/Taps";
0 commit comments