We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686e802 commit d704f61Copy full SHA for d704f61
.travis.yml
@@ -13,7 +13,6 @@ xcode_sdk: iphonesimulator8.4
13
# - gem install cocoapods # Since Travis is not always on latest version
14
# - pod install --project-directory=Example
15
script:
16
-- set -o pipefail && xcodebuild test -workspace Example/Pastel.xcworkspace -scheme Pastel-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
17
- 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
+- xcodebuild -scheme 'Pastel' -sdk iphonesimulator CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO test | xcpretty -c
+
0 commit comments