Merge pull request #4352 from commitay/travis-xcode

travis.yml: update xcode to 9.4
This commit is contained in:
Mike McQuaid 2018-07-05 09:04:00 +01:00 committed by GitHub
commit 15ac935ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,22 @@
language: c language: ruby
rvm: system
cache: cache:
directories: directories:
- $HOME/Library/Caches/Homebrew/style - $HOME/Library/Caches/Homebrew/style
- $HOME/Library/Caches/Homebrew/tests - $HOME/Library/Caches/Homebrew/tests
- Library/Homebrew/vendor/bundle - Library/Homebrew/vendor/bundle
branches: branches:
only: only:
- master - master
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- os: osx - os: osx
compiler: clang osx_image: xcode9.4
osx_image: xcode9.2
- os: linux - os: linux
compiler: gcc
sudo: false sudo: false
before_install: before_install: