Skip to content
Snippets Groups Projects
Commit 3206304d authored by Angus Lees's avatar Angus Lees Committed by GitHub
Browse files

Merge pull request #57 from anguslees/osxbuild

Update to newer xcode for travis osx builds
parents 707b5cdc 55c78cef
No related branches found
No related tags found
No related merge requests found
......@@ -8,15 +8,18 @@ os:
- linux
- osx
# Frequent jsonnet_cgo crashes with xcode7.3 (default)
osx_image: xcode8.3
matrix:
include:
- env: TARGET=x86_64-linux-musl
os: linux
go: 1.8.x
allow_failures:
# native functions crash. Unclear if this is a golang bug or
# jsonnet_cgo. Want to fix, but not critical since 1.8 works.
exclude:
# cgo requires golang >= 1.8.1 (or other workarounds) on recent
# osx/xcode - see https://github.com/golang/go/issues/19734
- go: 1.7.x
os: osx
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment