We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad2e20 commit 1aa7211Copy full SHA for 1aa7211
.travis.yml
@@ -10,5 +10,7 @@ language: objective-c
10
# - gem install cocoapods # Since Travis is not always on latest version
11
# - pod install --project-directory=Example
12
script:
13
-- set -o pipefail && xcodebuild test -workspace Example/OptionalExtras.xcworkspace -scheme OptionalExtras-Example -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO | xcpretty
+- set -o pipefail
14
+- xcodebuild test -scheme OptionalExtras-macOS
15
+- xcodebuild test -scheme OptionalExtras -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO
16
#- pod lib lint
0 commit comments