This is an automated email from the ASF dual-hosted git repository.
moshen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git
The following commit(s) were added to refs/heads/master by this push:
new d27dad8 Use xcode11 for travis CI.
new 54ae7cc Merge pull request #3042 from wqyfavor/update-xcode-ci-version
d27dad8 is described below
commit d27dad8a122004e0914e4e3ce5418f7cdd154163
Author: qianyuan.wqy <[email protected]>
AuthorDate: Fri Nov 29 14:09:59 2019 +0800
Use xcode11 for travis CI.
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index e709618..fde27b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
@@ -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