summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Edge <alex@alexedge.co.uk>2020-04-24 14:43:03 +0100
committerGitHub <noreply@github.com>2020-04-24 14:43:03 +0100
commitb4711a617821a0610e377f048abf8dfe0c701773 (patch)
treec5cd659bf744e9b002da83f113d43c9b2c2f244b /.travis.yml
parent04574379a43dd2a05766f3e06eb9852a9b6fa5da (diff)
downloadthrift-b4711a617821a0610e377f048abf8dfe0c701773.tar.gz
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 <SLambrakis@users.noreply.github.com> Co-authored-by: Alexander Edge <alex@alexedge.co.uk>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 2 insertions, 13 deletions
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"