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/09 08:39:06 UTC

[25/50] 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/66d8ddef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/66d8ddef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/66d8ddef

Branch: refs/heads/release
Commit: 66d8ddef4b41fadd6a2f8a82296dc2d6e22f07da
Parents: 9237765
Author: gurisxie <27...@qq.com>
Authored: Wed Oct 4 12:22:16 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Wed Oct 4 12:22:16 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/66d8ddef/.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