Skip to content

Commit 40af9e6

Browse files
committed
travis.yml: always use Homebrew Ruby.
1 parent b9d9e63 commit 40af9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: ruby
2+
rvm: system
23
cache:
34
directories:
45
- $HOME/.gem/ruby
@@ -12,14 +13,13 @@ matrix:
1213
include:
1314
- os: osx
1415
osx_image: xcode9
15-
rvm: system
1616
- os: linux
1717
sudo: false
18-
rvm: 2.3.3
1918

2019
before_install:
2120
- export HOMEBREW_NO_AUTO_UPDATE=1
2221
- export HOMEBREW_DEVELOPER=1
22+
- export HOMEBREW_FORCE_VENDOR_RUBY=1
2323
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
2424
HOMEBREW_REPOSITORY="$(brew --repo)";
2525
sudo chown -R "$USER" "$HOMEBREW_REPOSITORY/Library/Taps";

0 commit comments

Comments
 (0)