forked from ReactiveCocoa/ReactiveCocoa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
33 lines (33 loc) · 929 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
30
31
32
33
language: objective-c
osx_image: xcode7.3
before_install: true
install: true
git:
submodules: false
before_script:
- git submodule update --init --recursive
script:
- script/build
xcode_workspace: ReactiveCocoa.xcworkspace
matrix:
include:
- xcode_scheme: ReactiveCocoa-Mac
env:
- XCODE_SDK=macosx
- XCODE_ACTION="build test"
- xcode_scheme: ReactiveCocoa-iOS
env:
- XCODE_SDK=iphonesimulator
- XCODE_ACTION=test
- xcode_scheme: ReactiveCocoa-tvOS
env:
- XCODE_SDK=appletvsimulator
- XCODE_ACTION=test
- xcode_scheme: ReactiveCocoa-watchOS
env:
- XCODE_SDK=watchsimulator
- XCODE_ACTION=build
notifications:
email: false
slack:
secure: C9QTry5wUG9CfeH3rm3Z19R5rDWqDO7EhHAqHDXBxT6CpGRkTPFliJexpjBYB4sroJ8CiY5ZgTI2sjRBiAdGoE5ZQkfnwSoKQhWXkwo19TnbSnufr3cKO2SZkUhBqOlZcA+mgfjZ7rm2wm7RhpCR/4z8oBXDN4/xv0U5R2fLCLE=