Skip to content

Commit fe89313

Browse files
committed
Use SPM test for Travis tests
1 parent 323f87c commit fe89313

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@ env:
55
global:
66
- LC_CTYPE="en_US.UTF-8"
77
- LANG="en_US.UTF-8"
8-
- PROJECT="SwiftJSONRPC.xcodeproj"
9-
- SCHEME="SwiftJSONRPC"
10-
- SDK="iphonesimulator"
11-
- DESTINATION="OS=13.3,name=iPhone 8"
128

139

1410
script:
1511
- set -o pipefail
1612

17-
- carthage bootstrap --platform iOS
18-
1913
- xcodebuild -version
2014
- xcodebuild -showsdks
2115

22-
- xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" ENABLE_TESTABILITY=YES test
16+
- swift test
2317

2418
- pod lib lint

0 commit comments

Comments
 (0)