GitHub user jondong opened a pull request:
https://github.com/apache/incubator-weex/pull/1202
* [android] Removed unit test task from weex_sdk travis build.
As unit test codes for Weex sdk android stays unmaintained for long,
which breaks unit tests constantly, and need to rewrite. So we decided
to change the behavior of the travis build, we will only verify
Weex sdk build instead of running the unit test cases, until the unit
test codes get rewrite. Also changed the corresponding text output.
I'm sure this patch will make travis happy.
First of all, thank you for your contribution!
Please makes sure that these checkboxes are checked before submitting your
PR, thank you!
<!--
How to use github markdown?
### checkable example
- [x] checked
- [ ] not checked
More github Markdown info to see
https://guides.github.com/features/mastering-markdown/
-->
CheckList:
**if** *isBugFix* **:**
* [ ] Make sure that you add at least one unit test for the bug which you
had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update test scripts for the feature.
* [ ] Add unit tests for the feature.
<!--
ï¼è¯·å¨***æäº¤***åå é¤è¿æ®µæè¿°ï¼
Notes: Weex will move into Apache Software Foundation (ASF) on Feb 24 2017.
Our new GitHub repo is https://github.com/apache/incubator-weex
After Feb 24 2017, we only accept pull requests from
https://github.com/apache/incubator-weex
Thank you for your support.
----
注æï¼Weex å°äº 2017-02-24 è¿ç§»è³ Apache åºéä¼
屿¶æä»¬ä¼ä½¿ç¨æ°ç GitHub
ä»åºï¼https://github.com/apache/incubator-weex
å¹¶å¨é£éç»§ç»æ¥å大家ç pull requestã
æ´å¤è¯¦æ
请å
³æ³¨ï¼https://github.com/weexteam/article/issues/130
æè°¢çè§£åæ¯æ
-->
<!--
ï¼è¯·å¨***æäº¤***åå é¤è¿æ®µæè¿°ï¼
It's ***RECOMMENDED*** to submit typo fix, new demo, tiny bugfix and large
feature to `master` branch.
See [Branch
Strategy](https://github.com/alibaba/weex/blob/dev/CONTRIBUTING.md#branch-management)
for more detail.
----
éå«åä¿®æ¹ãæ° demoãè¾å°ç
bugfixãçè³è¾å¤§çåè½é½å¯ä»¥ç´æ¥æå° `master` 忝ï¼
æ¥ç宿´ç[忝çç¥
(è±æ)](https://github.com/alibaba/weex/blob/dev/CONTRIBUTING.md#branch-management)ã
-->
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jondong/incubator-weex travis
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1202.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1202
----
commit f948adea55234a2d308323186b3f0674ed4ebfba
Author: Jonathan Dong <jondong.community@...>
Date: 2018-05-23T14:06:16Z
* [android] Removed unit test task from weex_sdk travis build.
As unit test codes for Weex sdk android stays unmaintained for long,
which breaks unit tests constantly, and need to rewrite. So we decided
to change the behavior of the travis build, we will only verify
Weex sdk build instead of running the unit test cases, until the unit
test codes get rewrite. Also changed the corresponding text output.
I'm sure this patch will make travis happy.
----
---