ci: .travis.yml: Minimize scope of osx_image directive. (#5420)

This commit is contained in:
Justin M. Keyes 2016-10-02 03:37:17 +02:00 committed by GitHub
parent 6186df3562
commit 91e9c0a7ee

View File

@ -1,9 +1,6 @@
sudo: false
language: c
# macOS 10.11
osx_image: xcode7.3
env:
global:
# To force rebuilding of third-party dependencies, set this to 'true'.
@ -80,8 +77,10 @@ matrix:
env: CLANG_SANITIZER=TSAN
- os: osx
compiler: clang
osx_image: xcode7.3 # macOS 10.11
- os: osx
compiler: gcc-4.9
osx_image: xcode7.3 # macOS 10.11
fast_finish: true
before_install: .ci/before_install.sh