File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1- osx_image : xcode8.3
1+ #
2+ # .travis.yml
3+ # Objective-Git
4+ #
5+ # https://docs.travis-ci.com/user/reference/osx/
6+ # https://docs.travis-ci.com/user/build-stages/matrix-expansion/
7+ #
8+ ---
9+ os : osx
10+ # 9.3 beta is latest available as of 2018-04-08
11+ osx_image : xcode9.3beta
212language : objective-c
13+
314matrix :
415 fast_finish : true
516 include :
6- - osx_image : xcode8.3
17+ - osx_image : xcode9.3beta
718 env :
819 - SCHEME="ObjectiveGit Mac"
9- - osx_image : xcode8.3
20+ - osx_image : xcode9.3beta
1021 env :
1122 - SCHEME="ObjectiveGit iOS"
23+
1224before_install :
1325 - gem install xcpretty
1426 - gem install xcpretty-travis-formatter
1527install : script/bootstrap
1628script : script/cibuild
29+
1730notifications :
1831 email : false
You can’t perform that action at this time.
0 commit comments