forked from leandromperez/rxswift-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
18 lines (16 loc) · 808 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
xcode_project: Example/RxSwiftNotifications.xcodeproj
xcode_scheme: RxSwiftNotifications-Example
xcode_destination: platform=iOS Simulator,OS=13.4,name=iPhone X
osx_image: xcode11.4
language: objective-c
xcode_sdk: iphonesimulator12.1
# cache: cocoapods
podfile: Example/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --repo-update --project-directory=Example
script:
- xcodebuild -showsdks
- xcodebuild test -workspace Example/RxSwiftNotifications.xcworkspace -list
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/RxSwiftNotifications.xcworkspace -scheme RxSwiftNotifications_Example -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=12.0' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint