diff options
author | Jack Lloyd <[email protected]> | 2016-12-04 19:45:16 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-04 19:45:16 -0500 |
commit | 0377e5504c7581943554ddd7c71407a0a5cfc422 (patch) | |
tree | 24210f761507f1aadf09a6bb6bdc44e2b4ccf84e /.travis.yml | |
parent | f2cc15d0edff931ae0121a82f1eca98ceced3989 (diff) |
Switch from Xcode 7 to 8.2
This image does not seem to be supported anymore, and currently
we are seeing compile failures due to openssl header problems.
Hoping moving up resolves the problem.
Unrelated, remove ppc32 from the allow-fail list since recent
changes to the travis build script seem to have resolved the crash.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index ae7330751..80b176fc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ os: dist: trusty sudo: required -osx_image: xcode7 +osx_image: xcode8.2 compiler: - clang @@ -43,8 +43,6 @@ matrix: # Ignore some problem builds for now allow_failures: - os: linux - env: BUILD_MODE="cross-ppc32" - - os: linux env: BUILD_MODE="cross-win32" exclude: |