mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-21 07:04:02 +00:00
travisci: Use xcode9 instead of xcode8.3 due to code signing issues
This commit is contained in:
@@ -30,7 +30,7 @@ env:
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
osx_image: xcode8.3
|
||||
osx_image: xcode9
|
||||
language: generic
|
||||
env:
|
||||
- DISCID_VERSION=0.6.2
|
||||
@@ -97,4 +97,4 @@ deploy:
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
||||
condition: $TRAVIS_OSX_IMAGE = xcode8.3
|
||||
condition: $TRAVIS_OSX_IMAGE = xcode9
|
||||
|
||||
Reference in New Issue
Block a user