Skip to content

Commit 48665cc

Browse files
authored
Merge pull request #48 from layoutBox/upgrade_xcode_9.2
Upgrade TravisCI to xcode 9.2
2 parents 4071985 + bc4d6a7 commit 48665cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: objective-c
2-
osx_image: xcode9
2+
osx_image: xcode9.2
33

44
env:
55
matrix:
6-
- SCHEME=FlexLayout SDK=iphonesimulator11.0
6+
- SCHEME=FlexLayout SDK=iphonesimulator11.2
77
- SCHEME=FlexLayout SDK=iphonesimulator10.3
8-
- SCHEME=FlexLayoutSample SDK=iphonesimulator11.0
8+
- SCHEME=FlexLayoutSample SDK=iphonesimulator11.2
99

1010
before_install:
1111
- rvm use $RVM_RUBY_VERSION

0 commit comments

Comments
 (0)