mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Fixes #61: Use macOS 10.13 High Sierra for Travis CI tests.
This commit is contained in:
parent
6ba53ac16a
commit
5e0919f221
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
sudo: required
|
||||
language: objective-c
|
||||
# 10.11 (see https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version)
|
||||
osx_image: xcode7.3
|
||||
# 10.13 (see https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version)
|
||||
osx_image: xcode9.3
|
||||
|
||||
before_install:
|
||||
# Uninstall existing brew installation.
|
||||
|
|
Loading…
Reference in a new issue