From e9c0fd640cfb801e73588e9c9ba179ab026d6b0b Mon Sep 17 00:00:00 2001 From: Zhuhao Wang Date: Mon, 6 Jan 2020 17:25:25 +0800 Subject: [PATCH] Bump CI Xcode version --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3a0d9e73..de90bb96c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,20 @@ language: objective-c -osx_image: xcode10.2 +osx_image: xcode11.3 cache: directories: - - Carthage + - Carthage install: -- bin/bootstrap-if-needed -- bundle install + - bin/bootstrap-if-needed + - bundle install script: -- bundle exec fastlane scan --scheme NEKit-macOS -- bundle exec fastlane scan --scheme NEKit-iOS + - bundle exec fastlane scan --scheme NEKit-macOS + - bundle exec fastlane scan --scheme NEKit-iOS after_success: -- bash <(curl -s https://codecov.io/bash) -- "./docs/build_docs.sh" + - bash <(curl -s https://codecov.io/bash) + - "./docs/build_docs.sh" before_deploy: -- carthage build --no-skip-current -- carthage archive NEKit + - carthage build --no-skip-current + - carthage archive NEKit deploy: provider: releases skip_cleanup: true