You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by gu...@apache.org on 2017/10/04 09:26:13 UTC

[5/6] incubator-weex git commit: * [test] revert travisci for android

* [test] revert travisci for android


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/c86d82a6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/c86d82a6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/c86d82a6

Branch: refs/heads/master
Commit: c86d82a62cf8cb08be0b1ec5e90c474553c114c1
Parents: 733595c
Author: gurisxie <27...@qq.com>
Authored: Wed Oct 4 12:22:16 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Wed Oct 4 17:25:00 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/c86d82a6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a7bca6f..d0d6fd3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,9 @@ before_script:
 script:
   - |
     if [[ $TEST_SUITE = "android" ]]; then
-      npm run danger -- run --dangerfile ./dangerfile-android.js
+      cd android
+      ./gradlew clean assembleDebug :weex_sdk:testDebugUnitTest --info -PdisableCov=true -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError" -Dfile.encoding=UTF-8 &&
+      cd $TRAVIS_BUILD_DIR
     fi
   - |
     if [[ $TEST_SUITE = "jsfm" ]]; then