Skip to content
Snippets Groups Projects
Unverified Commit 1a637489 authored by commitay's avatar commitay Committed by GitHub
Browse files

Merge pull request #5092 from commitay/xcode10

azure/travis: update to xcode 10
parents 636f1276 ab851640
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ matrix:
fast_finish: true
include:
- os: osx
osx_image: xcode9.4
osx_image: xcode10
- os: linux
sudo: false
......
......@@ -4,6 +4,7 @@ jobs:
vmImage: xcode9-macos10.13
steps:
- bash: |
sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer
HOMEBREW_REPOSITORY="$(brew --repo)"
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library"
sudo rm -rf "$HOMEBREW_REPOSITORY"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment