Skip to content

Commit

Permalink
[CI] Switch back to travis ci
Browse files Browse the repository at this point in the history
Github doesn’t maintain older versions of Xcode
which makes it unusable for libraries that want
to ensure compatibility with older versions of
Swift/Xcode.
  • Loading branch information
tomquist committed Nov 12, 2019
1 parent 9a4564e commit bba17db
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/ci.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ branches:
language: generic
matrix:
include:
- &cocoapods
name: CocoaPods Lint
os: osx
osx_image: xcode11.2
install: bundle install
script: ./test podspec
- &xcode
name: Xcode 10.2 / Swift 5.0
os: osx
osx_image: xcode10.2
script:
- ./test macos
- ./test ios
- ./test tvos
- <<: *xcode
name: Xcode 10.3 / Swift 5.0
osx_image: xcode10.3
- <<: *xcode
name: Xcode 11.2 / Swift 5.1
osx_image: xcode11.2
- &swiftpm_darwin
name: SwiftPM / Darwin / Swift 5.0
os: osx
osx_image: xcode10.3
script: ./test swiftpm
- <<: *swiftpm_darwin
name: SwiftPM / Darwin / Swift 5.1
osx_image: xcode11.2
- &swiftpm_linux
name: SwiftPM / Linux / Swift 5.0.3
os: linux
Expand Down

0 comments on commit bba17db

Please sign in to comment.