From b4711a617821a0610e377f048abf8dfe0c701773 Mon Sep 17 00:00:00 2001 From: Alexander Edge Date: Fri, 24 Apr 2020 14:43:03 +0100 Subject: Swift 5.1 support Use stdlib Result instead of TAsyncResult Fix: deprecations for `withUnsafeBytes` Bump CI job Xcode version Hash (into) Co-authored-by: Sophie Lambrakis Co-authored-by: Alexander Edge --- .travis.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 400cfa146..f3dc7e4a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,22 +152,11 @@ jobs: # ------------------------- phase: swift ------------------------ # We lint the podspec - os: osx - osx_image: xcode10.1 + osx_image: xcode11.3 language: swift script: - gem update cocoapods - - pod lib lint --allow-warnings --swift-version=3 - env: - - JOB="pod lib lint" - - - os: osx - osx_image: xcode10.2 - language: swift - script: - - gem update cocoapods - - pod lib lint --allow-warnings --swift-version=4.0 - - pod lib lint --allow-warnings --swift-version=4.2 - - pod lib lint --allow-warnings --swift-version=5.0 + - pod lib lint --allow-warnings --swift-version=5.1 env: - JOB="pod lib lint" -- cgit v1.2.1