From d7ba45505fdacbff09eb8653e20ab50719141b63 Mon Sep 17 00:00:00 2001 From: Yang Chao Date: Wed, 29 May 2019 23:25:41 +0800 Subject: [PATCH] Fixes CI failure --- .swift-version | 1 - .travis.yml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 819e07a..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -5.0 diff --git a/.travis.yml b/.travis.yml index 782ad42..9bad45c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ -language: objective-c +language: swift os: osx -osx_image: xcode10 +osx_image: xcode10.2 cache: cocoapods podfile: Example/Podfile before_install: @@ -8,5 +8,5 @@ before_install: - pod repo update - pod install --project-directory=Example script: -- set -o pipefail && xcodebuild clean test -workspace Example/KingfisherWebP.xcworkspace -scheme KingfisherWebP-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.3' | xcpretty +- set -o pipefail && xcodebuild clean test -workspace Example/KingfisherWebP.xcworkspace -scheme KingfisherWebP-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.2' | xcpretty - pod lib lint --allow-warnings