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:
directories:
- $HOME/Library/Caches/Homebrew/style
- $HOME/Library/Caches/Homebrew/tests
- Library/Homebrew/vendor/bundle
branches:
only:
- master
matrix:
fast_finish: true
include:
- os: osx
compiler: clang
osx_image: xcode9.2
osx_image: xcode9.4
- os: linux
compiler: gcc
sudo: false
before_install: