Skip to content

Commit 9d7e887

Browse files
committed
👷🏻‍♀️⬆️ Update travis image to xcode9.3beta
1 parent cddb8c5 commit 9d7e887

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.travis.yml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
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
212
language: objective-c
13+
314
matrix:
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+
1224
before_install:
1325
- gem install xcpretty
1426
- gem install xcpretty-travis-formatter
1527
install: script/bootstrap
1628
script: script/cibuild
29+
1730
notifications:
1831
email: false

0 commit comments

Comments
 (0)