forked from thebarndog/CoordinatorKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
29 lines (29 loc) · 799 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
language: objective-c
osx_image: xcode9.2
cache:
- directories:
- Carthage
before_install: true
install:
- rvm get stable || true
- brew update || true
- brew install carthage || true
- brew outdated carthage || brew upgrade carthage
before_script:
- chmod +x ./script/build
xcode_project: CoordinatorKit.xcodeproj
matrix:
include:
- script:
- carthage bootstrap --no-use-binaries --platform iOS
- script/build
xcode_scheme: CoordinatorKit-iOS
env:
- XCODE_SDK=iphonesimulator
- XCODE_ACTION="build-for-testing test-without-building"
- XCODE_DESTINATION="platform=iOS Simulator,name=iPhone 6s"
- script:
- pod repo update
- travis_wait 30 pod lib lint CoordinatorKitSwift.podspec
env:
- JOB=PODSPEC