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 edea907 Use xcode11 for travis CI.
new e52c25b Merge pull request #3043 from wqyfavor/update-xcode-ci-version
edea907 is described below
commit edea9077dde5ad8572ddea5eabaf5479e1d8f286
Author: qianyuan.wqy <[email protected]>
AuthorDate: Fri Nov 29 14:43:34 2019 +0800
Use xcode11 for travis CI.
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index fde27b6..8c25f1b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ matrix:
- env: TEST_SUITE=danger
- env: TEST_SUITE=jsfm
- env: TEST_SUITE=ios
+ os: osx
osx_image: xcode11.2
language: objective-c
- env: TEST_SUITE=android ABI=armeabi-v7a
@@ -35,6 +36,7 @@ matrix:
- extra-android-m2repository
# static check
- env: TEST_SUITE=static_code_analysis OCLINT=true
+ os: osx
osx_image: xcode11.2
language: objective-c
- env: TEST_SUITE=static_code_analysis ANDROID_LINT=true