Skip to content

Commit 89b8480

Browse files
authored
Merge pull request #9 from llvm-swift/touch-up
Build with Xcode 10
2 parents e587158 + c81a44f commit 89b8480

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
include:
66
- os: osx
77
language: objective-c
8-
osx_image: xcode9
8+
osx_image: xcode10
99
script:
1010
- swift test
1111
- os: linux
@@ -15,9 +15,9 @@ matrix:
1515
env:
1616
before_install:
1717
- wget -q -O - https://swift.org/keys/all-keys.asc | gpg --import -
18-
- wget https://swift.org/builds/swift-4.0-release/ubuntu1404/swift-4.0-RELEASE/swift-4.0-RELEASE-ubuntu14.04.tar.gz
19-
- tar xzf swift-4.0-RELEASE-ubuntu14.04.tar.gz
20-
- export PATH=${PWD}/swift-4.0-RELEASE-ubuntu14.04/usr/bin:"${PATH}"
18+
- wget https://swift.org/builds/swift-4.2-release/ubuntu1404/swift-4.2-RELEASE/swift-4.2-RELEASE-ubuntu14.04.tar.gz
19+
- tar xzf swift-4.2-RELEASE-ubuntu14.04.tar.gz
20+
- export PATH=${PWD}/swift-4.2-RELEASE-ubuntu14.04/usr/bin:"${PATH}"
2121
script:
2222
- swift test
2323
notifications:

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.0
1+
// swift-tools-version:4.2
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)