aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-12-04 12:33:13 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-12-04 12:48:12 -0500
commit716acc3b977202f74e8d5d51a300d0fcf85a582b (patch)
tree591b6127479282526a9dd991f420265a7a9e3b07 /.travis.yml
parenta711e3d5b4ee1dd7f9d21197dca8432a5819a64e (diff)
Remove Xcode directives on some configs.
Travis changed their default image: https://blog.travis-ci.com/2017-11-21-xcode8-3-default-image-announce So there is no need to set a specific image any more, and the non apple language tests should be able to use the default images.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 4cfc5bf0..6e34d45a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,16 +46,8 @@ matrix:
env: CONFIG=python_cpp
- os: osx
env: CONFIG=php5.6_mac
- # Xcode versions force a host version of macOS:
- # https://docs.travis-ci.com/user/reference/osx/#OS-X-Version
- # Force macOS 10.12, the default travis image is going to be
- # updated "soon", at which point this came come out:
- # https://blog.travis-ci.com/2017-10-16-a-new-default-os-x-image-is-coming
- osx_image: xcode8.3
- os: osx
env: CONFIG=php7.0_mac
- # Same note about macOS version as on the php5.6_mac config.
- osx_image: xcode8.3
# -----------------------------------------------------------------
# Linux hosted tests