Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,28 @@ matrix:
- os: osx
language: generic
sudo: required
osx_image: xcode10
osx_image: xcode10.3
env:
- SWIFT_VERSION=4.2
- MAJOR_VERSION=4.2
- os: osx
language: generic
sudo: required
osx_image: xcode10.2
osx_image: xcode10.3
env:
- SWIFT_VERSION=4.2
- MAJOR_VERSION=4.2
- SWIFT_VERSION=5.0
- MAJOR_VERSION=5
- os: osx
language: generic
sudo: required
osx_image: xcode11.6
env:
- SWIFT_VERSION=5.0
- MAJOR_VERSION=5
- os: osx
language: generic
sudo: required
osx_image: xcode10.2
osx_image: xcode12.5
env:
- SWIFT_VERSION=5.0
- MAJOR_VERSION=5
Expand Down