Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 6e51967

Browse files
committed
travis.yml: latest Xcode, Ruby and update homebrew-core.
1 parent 6db4721 commit 6e51967

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ matrix:
33
fast_finish: true
44
include:
55
- os: osx
6-
osx_image: xcode8.3
6+
osx_image: xcode9.4
77
rvm: system
88
- os: linux
99
sudo: required
1010
dist: trusty
11-
rvm: 2.3.3
11+
rvm: 2.3.7
1212

1313
before_install:
1414
- export HOMEBREW_DEVELOPER=1
@@ -31,6 +31,7 @@ before_install:
3131
PATH=$HOME/.linuxbrew/bin:$HOME/.linuxbrew/sbin:$PATH;
3232
export HOMEBREW_BUILD_FROM_SOURCE=1;
3333
fi
34+
- brew update
3435
- HOMEBREW_TAP_DIR="$(brew --repo "$TRAVIS_REPO_SLUG")"
3536
- mkdir -p "$HOMEBREW_TAP_DIR"
3637
- rm -rf "$HOMEBREW_TAP_DIR"

0 commit comments

Comments
 (0)