You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/08/02 07:11:25 UTC

[incubator-weex-playground] branch master updated: Update .travis.yml (#14)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-playground.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b86e3c  Update .travis.yml (#14)
3b86e3c is described below

commit 3b86e3cdfea2e2edddd32e11e8de0e5b83997f0a
Author: Renmin <33...@users.noreply.github.com>
AuthorDate: Fri Aug 2 15:11:21 2019 +0800

    Update .travis.yml (#14)
---
 .travis.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index be5cd8c..fdc1e26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,12 +62,6 @@ script:
         fi
         ;;
       "ios")
-        echo "Pods/WeexSDK/weex_core/Source/core/common/view_utils.h"
-        cat ./Pods/WeexSDK/weex_core/Source/core/common/view_utils.h | while read line
-        do
-            echo $line
-        done
-
         hasIosFile=$(npm run danger -- run --dangerfile ./dangerfile-ios.js)
         echo "The value of hasIosFile is ${hasIosFile}"
         if [[ "$hasIosFile" =~ "hasIosFile" ]]; then