Skip to content

Commit 0673d95

Browse files
committed
Swift 3.0
1 parent 59bfad9 commit 0673d95

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
swift-DEVELOPMENT-SNAPSHOT-2016-08-07-a
1+
3.0

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sudo: required
66
dist: trusty
77
osx_image: xcode8
88
install:
9-
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
9+
- eval "$(curl -sL https://raw.githubusercontent.com/Zewo/Zewo/master/Scripts/Travis/install.sh)"
1010
script:
1111
- swift build
1212
- swift build --configuration release
13-
- swift test
13+
- swift test

Tests/LinuxMain.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#if os(Linux)
2-
31
import XCTest
42
@testable import S2GeometryTests
53

@@ -13,4 +11,3 @@ XCTMain([
1311
testCase(S2LatLngTests.allTests),
1412
testCase(S2LoopTests.allTests),
1513
])
16-
#endif

0 commit comments

Comments
 (0)