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/17 08:25:19 UTC

[06/50] incubator-weex git commit: * [test] update travis , for message info

* [test] update travis , for message info


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

Branch: refs/heads/release-0.16
Commit: 9ac7c0ea5067e4ea7b1d1caec008aa72fea73c97
Parents: c86d82a
Author: gurisxie <27...@qq.com>
Authored: Wed Oct 4 14:34:13 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Wed Oct 4 17:25:01 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9ac7c0ea/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d0d6fd3..a7bca6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,9 +60,7 @@ before_script:
 script:
   - |
     if [[ $TEST_SUITE = "android" ]]; then
-      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
+      npm run danger -- run --dangerfile ./dangerfile-android.js
     fi
   - |
     if [[ $TEST_SUITE = "jsfm" ]]; then