We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323f87c commit fe89313Copy full SHA for fe89313
1 file changed
.travis.yml
@@ -5,20 +5,14 @@ env:
5
global:
6
- LC_CTYPE="en_US.UTF-8"
7
- LANG="en_US.UTF-8"
8
- - PROJECT="SwiftJSONRPC.xcodeproj"
9
- - SCHEME="SwiftJSONRPC"
10
- - SDK="iphonesimulator"
11
- - DESTINATION="OS=13.3,name=iPhone 8"
12
13
14
script:
15
- set -o pipefail
16
17
- - carthage bootstrap --platform iOS
18
-
19
- xcodebuild -version
20
- xcodebuild -showsdks
21
22
- - xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" ENABLE_TESTABILITY=YES test
+ - swift test
23
24
- pod lib lint
0 commit comments