Skip to content

Commit 8639ed8

Browse files
author
Mike Pollard
committed
.travis.yml -> swift 5 and xcode 10.2
1 parent da64820 commit 8639ed8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
notifications:
22
slack: zewo:VjyVCCQvTOw9yrbzQysZezD1
33
language: generic
4+
env:
5+
global:
6+
- SWIFT_VERSION=5.0
47
matrix:
58
include:
69
- os: osx
710
env: JOB=SwiftPM_OSX
8-
osx_image: xcode10.1
11+
osx_image: xcode10.2
912
- os: linux
1013
env: JOB=SwiftPM_linux
1114
dist: trusty

0 commit comments

Comments
 (0)