Skip to content

Commit 1aa7211

Browse files
committed
Update travis
1 parent bad2e20 commit 1aa7211

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ language: objective-c
1010
# - gem install cocoapods # Since Travis is not always on latest version
1111
# - pod install --project-directory=Example
1212
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
13+
- 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
1416
#- pod lib lint

0 commit comments

Comments
 (0)