GitHub user jondong reopened 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.
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 7fa17b4cf8787a3b42e08628b696b0909c1f4461
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.
----
---