Skip to content

Commit d704f61

Browse files
committed
Fix .travis.yml
1 parent 686e802 commit d704f61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ xcode_sdk: iphonesimulator8.4
1313
# - gem install cocoapods # Since Travis is not always on latest version
1414
# - pod install --project-directory=Example
1515
script:
16-
- set -o pipefail && xcodebuild test -workspace Example/Pastel.xcworkspace -scheme Pastel-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
1716
- pod lib lint
18-
- xcodebuild -scheme 'Pastel-iOS' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test | xcpretty -c
19-
- xcodebuild -scheme 'Pastel-OSX' test | xcpretty -c
17+
- xcodebuild -scheme 'Pastel' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test | xcpretty -c
18+

0 commit comments

Comments
 (0)