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 6f802a4 commit 29f5a53Copy full SHA for 29f5a53
.travis.yml
@@ -1,14 +1,17 @@
1
osx_image: xcode7
2
language: objective-c
3
matrix:
4
+ fast_finish: true:
5
include:
6
- osx_image: xcode7
- env: SCHEME="ObjectiveGit Mac"
7
- - osx_image: xcode7
8
- env: SCHEME="ObjectiveGit iOS"
+ env:
+ - SCHEME="ObjectiveGit Mac"
9
+ - osx_image: xcode7.3
10
11
+ - SCHEME="ObjectiveGit iOS"
12
before_install:
- - brew update
- - brew outdated xctool || brew upgrade xctool
13
+ - gem install xcpretty
14
+ - gem install xcpretty-travis-formatter
15
install: script/bootstrap
16
script: script/cibuild
17
notifications:
0 commit comments