-
Notifications
You must be signed in to change notification settings - Fork 10
/
.travis.yml
21 lines (21 loc) · 861 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: objective-c
osx_image: xcode9.3
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
matrix:
- DESTINATION="OS=11.3,name=iPhone X" SCHEME="RxCoreStore iOS" SDK=iphonesimulator11.3 RUN_TESTS="YES" POD_LINT="NO"
- DESTINATION="OS=10.3.1,name=iPhone X" SCHEME="RxCoreStore iOS" SDK=iphonesimulator11.3 RUN_TESTS="YES" POD_LINT="NO"
- DESTINATION="OS=9.0,name=iPhone 6 Plus" SCHEME="RxCoreStore iOS" SDK=iphonesimulator11.3 RUN_TESTS="YES" POD_LINT="NO"
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- brew update
- brew outdated carthage || brew upgrade carthage
before_script:
- carthage bootstrap
script:
- xcodebuild -version
- xcodebuild -showsdks
- carthage build --no-skip-current