You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/28 03:04:38 UTC

[30/50] [abbrv] incubator-weex git commit: * [all] remove integration test from CI

* [all] remove integration test from CI


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

Branch: refs/heads/master
Commit: cb527b0720673ffc30209304b3c5ea7d80771c1a
Parents: 602c3f9
Author: sospartan <so...@apache.org>
Authored: Tue Apr 25 10:54:47 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Tue Apr 25 10:54:47 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 25 -------------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/cb527b07/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3ff0ae8..56a7a91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,21 +30,11 @@ matrix:
         osx_image: xcode8.1
         language: objective-c
         before_script:
-          - source test/ci-funcs.sh
-          - installNode
-          - npm install -g macaca-cli
           - brew update
-          - brew install ios-webkit-debug-proxy
-          - npm install -g macaca-ios
-          - npm install
-          - npm install mocha
           - gem install danger danger-xcode_summary xcpretty xcpretty-json-formatter
-          - export run_in_ci=true
         script:
-          - ./test/serve.sh 2&>1 > /dev/null &
           - xcodebuild -project ios/sdk/WeexSDK.xcodeproj test -scheme WeexSDKTests CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -destination 'platform=iOS Simulator,name=iPhone 6' | XCPRETTY_JSON_FILE_OUTPUT=ios/sdk/xcodebuild.json xcpretty -f `xcpretty-json-formatter`
           - bundle exec danger --dangerfile=Dangerfile-ios
-          -  travis_retry bash test/run.sh ios
       - os: linux
         env: TEST_SUITE=android
         jdk: oraclejdk8
@@ -59,25 +49,10 @@ matrix:
             - extra-google-m2repository
             - extra-android-m2repository
             - sys-img-armeabi-v7a-android-22
-        before_script:
-          - source test/ci-funcs.sh
-          - installNode
-          - npm install -g macaca-cli
-          - npm install -g macaca-android
-          - createAVD
-          - startAVD &
-          - npm install
-          - npm install mocha
-          - export DISPLAY=:99.0
-          - export run_in_ci=true
         script:
-          - source ./test/ci-funcs.sh
-          - ./test/serve.sh 2&>1 > /dev/null &
           - cd android
           - ./run-ci.sh 
           - cd $TRAVIS_BUILD_DIR
-          - waitForEmulator
-          - travis_retry bash test/run.sh
 cache:
   directories:
   - node_modules