Skip to content

Commit

Permalink
update travis build matrix to use Swift 5.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu authored Apr 7, 2020
1 parent 12d50c5 commit ade8079
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
env: SWIFT_VERSION=5.0
- os: linux
env: SWIFT_VERSION=5.1
- os: linux
env: SWIFT_VERSION=5.2
- os: osx
osx_image: xcode10.2
env: SWIFT_VERSION=4.0
Expand All @@ -27,6 +29,9 @@ jobs:
- os: osx
osx_image: xcode11.2
env: SWIFT_VERSION=5.1
- os: osx
osx_image: xcode11.2
env: SWIFT_VERSION=5.2


before_install:
Expand Down

0 comments on commit ade8079

Please sign in to comment.