Skip to content

Commit

Permalink
Merge pull request apache#3042 from wqyfavor/update-xcode-ci-version
Browse files Browse the repository at this point in the history
Use xcode11 for travis CI.
  • Loading branch information
wqyfavor authored Nov 29, 2019
2 parents aa52002 + d27dad8 commit 54ae7cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ matrix:
- env: TEST_SUITE=danger
- env: TEST_SUITE=jsfm
- env: TEST_SUITE=ios
osx_image: xcode11.2
language: objective-c
- env: TEST_SUITE=android ABI=armeabi-v7a
language: android
Expand Down Expand Up @@ -34,7 +35,7 @@ matrix:
- extra-android-m2repository
# static check
- env: TEST_SUITE=static_code_analysis OCLINT=true
osx_image: xcode7.2
osx_image: xcode11.2
language: objective-c
- env: TEST_SUITE=static_code_analysis ANDROID_LINT=true
language: android
Expand Down

0 comments on commit 54ae7cc

Please sign in to comment.