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_r307204323
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -4,6 +4,9 @@ node_js: 7.6
 matrix:
     fast_finish: true
     include:
+      # format code using clang-format
+      - env: FORMAT_CODE=true
 
 Review comment:
   I think you have a better solution, consider changing to code snippet below
   
   ```
   env: TEST_SUITE=code_format
   ```

----------------------------------------------------------------
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

Reply via email to