We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ffc3e commit 3ead4ccCopy full SHA for 3ead4cc
.travis.yml
@@ -1,13 +1,19 @@
1
language: objective-c
2
-osx_image: xcode7.3
3
xcode_workspace: ReactiveTask.xcworkspace
4
-xcode_scheme: ReactiveTask
5
git:
6
submodules: false
7
before_script:
8
- git submodule update --init --recursive
9
script:
10
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
+matrix:
+ include:
11
+ - osx_image: xcode7.3
12
+ xcode_scheme: ReactiveTask
13
+ env: JOB=Xcode7.3
14
+ - osx_image: xcode8
15
16
+ env: JOB=Xcode8
17
notifications:
18
email: false
19
slack:
@@ -27,3 +33,4 @@ deploy:
27
33
on:
28
34
repo: Carthage/ReactiveTask
29
35
tags: true
36
+ condition: $JOB = Xcode7.3
0 commit comments