summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-11-08 22:43:59 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:07:15 +0100
commite8f8182844a91a8ae5838f06a41968e95386904c (patch)
tree0488245120b757f1988188d0b5fd4472d768bae8
parentFix links opening user dialog and in browser (diff)
downloadnheko-e8f8182844a91a8ae5838f06a41968e95386904c.tar.xz
Use default macOS image
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml

index 078611a0..b6112eb1 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -15,7 +15,8 @@ matrix: include: - os: osx compiler: clang - osx_image: xcode9.2 + # Use the default osx image, because that one is actually tested to work with homebrew and probably the oldest supported version + # osx_image: xcode9 env: - DEPLOYMENT=1 - USE_BUNDLED_BOOST=0