diff options
author | Jack Lloyd <[email protected]> | 2017-11-29 12:08:00 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-29 12:08:42 -0500 |
commit | 5118e34332b47b756ba4ff555661580fc7dbdfa3 (patch) | |
tree | 0125a34733521a8aeff3978b4438a665a1906bda /src | |
parent | 93466a56a4d904445625ea6af0081eb59a181854 (diff) |
Start using Travis default XCode image (8.3)
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/ci/travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 397a88029..499f22286 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -6,7 +6,6 @@ os: dist: trusty sudo: required -osx_image: xcode8.2 compiler: - clang |