Skip to content

Commit 73ca6fa

Browse files
committed
fix xcode move to 9.2
1 parent acec4f3 commit 73ca6fa

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
@@ -35,12 +35,12 @@ matrix:
3535
- <<: *osx
3636
osx_image: xcode7.3
3737
env: CONAN_APPLE_CLANG_VERSIONS=7.3
38-
- <<: *osx
39-
osx_image: xcode8.1
40-
env: CONAN_APPLE_CLANG_VERSIONS=8.0
4138
- <<: *osx
4239
osx_image: xcode8.3
4340
env: CONAN_APPLE_CLANG_VERSIONS=8.1
41+
- <<: *osx
42+
osx_image: xcode9.2
43+
env: CONAN_APPLE_CLANG_VERSIONS=9.0
4444

4545
install:
4646
- chmod +x .travis/install.sh

0 commit comments

Comments
 (0)