Skip to content

Commit

Permalink
[CI] Test the latest Swift Development Snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed May 3, 2020
1 parent b53e316 commit 3ea3868
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
# osx_image: xcode10.3
# script: ./test swiftpm
- &swiftpm_linux
name: SwiftPM / Linux / Swift 5.2
name: SwiftPM / Linux / Swift 5.2.2
os: linux
env:
- SWIFT_VERSION=5.2
- SWIFT_VERSION=5.2.2
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
script:
Expand All @@ -31,10 +31,10 @@ jobs:
# name: SwiftPM / Linux / Swift 5.3
# env:
# - SWIFT_VERSION=5.3
# - <<: *swiftpm_linux
# name: SwiftPM / Linux / Swift Development
# env:
# - SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2020-02-21-a
- <<: *swiftpm_linux
name: SwiftPM / Linux / Swift Development
env:
- SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2020-04-17-a
install: true
script:
- ./test $TYPE
Expand Down

0 comments on commit 3ea3868

Please sign in to comment.