Skip to content

Commit 4ce709f

Browse files
authored
Merge pull request Quick#701 from Quick/ci-swift-5.1
[CI] Test Swift 5.1
2 parents 22b95d1 + 318e948 commit 4ce709f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ matrix:
1717
script:
1818
- ./test swiftpm
1919
- <<: *swiftpm_linux
20-
name: SwiftPM / Linux / Swift 5.1 Development
20+
name: SwiftPM / Linux / Swift 5.1
2121
env:
22-
- SWIFT_VERSION=5.1-DEVELOPMENT-SNAPSHOT-2019-09-09-a
22+
- SWIFT_VERSION=5.1
23+
- <<: *swiftpm_linux
24+
name: SwiftPM / Linux / Swift Development
25+
env:
26+
- SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2019-09-26-a
2327
install: true
2428
script:
2529
- ./test $TYPE

0 commit comments

Comments
 (0)