YorkShen commented on a change in pull request #2731: Add Lint in TravisCI and
Update iOS TravisCI
URL: https://github.com/apache/incubator-weex/pull/2731#discussion_r307205267
##########
File path: .travis.yml
##########
@@ -25,27 +28,51 @@ matrix:
- android-26
- extra-android-m2repository
- env: TEST_SUITE=android ABI=x86
+ language: android
+ dist: trusty
+ jdk: oraclejdk8
+ android:
+ components:
+ - android-26
+ - extra-android-m2repository
+ # static check
+ - env: STATIC_CODE_ANALYSIS=true CHECK_C=true
Review comment:
```
env: TEST_SUITE=static_code_analysis language:objectiveC/c++
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services