Skip to content

Commit 7895ba9

Browse files
committedApr 10, 2018
👷🏻‍♀️⬆️ Update travis image to xcode9.3
1 parent 43dc9ba commit 7895ba9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@
77
#
88
---
99
os: osx
10-
# 9.3 beta is latest available as of 2018-04-08
11-
osx_image: xcode9.3beta
10+
osx_image: xcode9.3
1211
language: objective-c
1312

1413
matrix:
1514
fast_finish: true
1615
include:
17-
- osx_image: xcode9.3beta
16+
- osx_image: xcode9.3
1817
env:
1918
- SCHEME="ObjectiveGit Mac"
20-
- osx_image: xcode9.3beta
19+
- osx_image: xcode9.3
2120
env:
2221
- SCHEME="ObjectiveGit iOS"
2322

0 commit comments

Comments
 (0)
Please sign in to comment.