Skip to content

Commit

Permalink
Merge pull request #75 from mxcl/travis-swift-5.0-GM
Browse files Browse the repository at this point in the history
[travis] Swift 5.0 GM
  • Loading branch information
mxcl committed Mar 26, 2019
2 parents 91ac1d4 + 49fd53f commit acf0a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
osx_image: xcode10.1
script: swift test

- name: macOS / Swift 5.0.0-beta (Xcode 10.2)
- name: macOS / Swift 5.0.0 (Xcode 10.2)
os: osx
language: swift
osx_image: xcode10.2
Expand All @@ -38,8 +38,8 @@ jobs:
script: swift test

- <<: *linux
name: Linux / Swift 5.0.0-dev+2019.02.03
env: SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2019-02-03-a
name: Linux / Swift 5.0.0
env: SWIFT_VERSION=5.0

- name: Bump Formula
stage: deploy
Expand Down

0 comments on commit acf0a1c

Please sign in to comment.