We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bfad9 commit 0673d95Copy full SHA for 0673d95
.swift-version
@@ -1 +1 @@
1
-swift-DEVELOPMENT-SNAPSHOT-2016-08-07-a
+3.0
.travis.yml
@@ -6,8 +6,8 @@ sudo: required
6
dist: trusty
7
osx_image: xcode8
8
install:
9
- - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
+ - eval "$(curl -sL https://raw.githubusercontent.com/Zewo/Zewo/master/Scripts/Travis/install.sh)"
10
script:
11
- swift build
12
- swift build --configuration release
13
- - swift test
+ - swift test
Tests/LinuxMain.swift
@@ -1,5 +1,3 @@
-#if os(Linux)
2
-
3
import XCTest
4
@testable import S2GeometryTests
5
@@ -13,4 +11,3 @@ XCTMain([
testCase(S2LatLngTests.allTests),
14
testCase(S2LoopTests.allTests),
15
])
16
-#endif
0 commit comments