Skip to content
This repository was archived by the owner on May 13, 2020. It is now read-only.

Commit 54ee5b7

Browse files
committed
Fix scheme and project in Travis-ci
1 parent 4c1fddb commit 54ee5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ before_install:
1111
- brew outdated swiftlint || brew upgrade swiftlint
1212
- carthage bootstrap --verbose --platform iOS --cache-builds
1313
script:
14-
- xcodebuild clean test -project RxState.xcodeproj -scheme RxState -destination "platform=iOS Simulator,name=iPhone 8,OS=11.3" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet | xcpretty -c
14+
- xcodebuild clean test -project RxReduce.xcodeproj -scheme RxReduce -destination "platform=iOS Simulator,name=iPhone 8,OS=11.3" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet | xcpretty -c

0 commit comments

Comments
 (0)