File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,16 @@ matrix:
1313 dist : trusty
1414 env : SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-4.1-release/ubuntu1404/swift-4.1-RELEASE/swift-4.1-RELEASE-ubuntu14.04.tar.gz"
1515 sudo : required
16+ - os : Linux
17+ dist : trusty
18+ env : SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-4.2-branch/ubuntu1404/swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-24-a/swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-24-a-ubuntu14.04.tar.gz"
19+ sudo : required
1620 - os : osx
1721 osx_image : xcode9
1822 - os : osx
1923 osx_image : xcode9.3
24+ - os : osx
25+ osx_image : xcode9.4
2026
2127
2228before_install :
@@ -31,4 +37,3 @@ script:
3137 - export PATH="${SWIFTENV_ROOT}/bin:${SWIFTENV_ROOT}/shims:$PATH"
3238 - swift build -c release
3339 - swift build -c debug
34-
You can’t perform that action at this time.
0 commit comments