Skip to content
Closed
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
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
matrix:
include:
- os: linux
language: generic
sudo: required
dist: trusty
env:
- SWIFT_VERSION=4.2.1
- MAJOR_VERSION=4.2
- os: linux
language: generic
sudo: required
Expand All @@ -26,7 +33,7 @@ matrix:
sudo: required
osx_image: xcode10
env:
- SWIFT_VERSION=4.2
- SWIFT_VERSION=4.2.1
- MAJOR_VERSION=4.2
- os: osx
language: generic
Expand Down