Skip to content

Commit

Permalink
Add travis jobs for Xcode 10.2 (#65)
Browse files Browse the repository at this point in the history
* Add travis jobs for Xcode 10.2
  • Loading branch information
keith committed Mar 25, 2019
1 parent 819f382 commit 4151a7e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .travis.yml
Expand Up @@ -7,14 +7,28 @@ matrix:
env:
- SWIFT_VERSION=4.2
- MAJOR_VERSION=4.2
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
- os: osx
language: generic
sudo: required
osx_image: xcode10
env:
- SWIFT_VERSION=4.2
- MAJOR_VERSION=4.2
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
- os: osx
language: generic
sudo: required
osx_image: xcode10.2
env:
- SWIFT_VERSION=4.2
- MAJOR_VERSION=4.2
- os: osx
language: generic
sudo: required
osx_image: xcode10.2
env:
- SWIFT_VERSION=swift-5.0-DEVELOPMENT-SNAPSHOT-2019-03-10-a
- MAJOR_VERSION=5
script:
- swift test -Xswiftc -swift-version -Xswiftc $MAJOR_VERSION

0 comments on commit 4151a7e

Please sign in to comment.