Skip to content

Commit

Permalink
[CI] Use the latest Swift 5.1 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed May 30, 2019
1 parent 54d4f5a commit 878fdc6
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,14 @@ branches:
language: generic
matrix:
include:
- &cocoapods
name: CocoaPods Lint
os: osx
osx_image: xcode10.1
install: bundle install
script: ./test podspec
- &xcode
name: Xcode 10.1 / Swift 4.2
os: osx
osx_image: xcode10.1
script:
- ./test macos
- ./test ios
- ./test tvos
- <<: *xcode
name: Xcode 10.2 / Swift 5.0
osx_image: xcode10.2
- &swiftpm_darwin
name: SwiftPM / Darwin / Swift 4.2
name: SwiftPM / Darwin
os: osx
osx_image: xcode10.1
script: ./test swiftpm
- <<: *swiftpm_darwin
name: SwiftPM / Darwin / Swift 5.0
osx_image: xcode10.2
env: SWIFT_VERSION=5.1-DEVELOPMENT-SNAPSHOT-2019-05-21-a
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script: ./test swiftpm
- &swiftpm_linux
name: SwiftPM / Linux / Swift 4.2.4
os: linux
Expand All @@ -48,7 +31,7 @@ matrix:
- <<: *swiftpm_linux
name: SwiftPM / Linux / Swift 5.1 Development
env:
- SWIFT_VERSION=5.1-DEVELOPMENT-SNAPSHOT-2019-04-17-a
- SWIFT_VERSION=5.1-DEVELOPMENT-SNAPSHOT-2019-05-21-a
install: true
script:
- ./test $TYPE
Expand Down

0 comments on commit 878fdc6

Please sign in to comment.