* [test] remove release test

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

Branch: refs/heads/0.16-dev
Commit: 9f387ab1544cbccf606f9e731a626febe6586008
Parents: 3d0616a
Author: gurisxie <279483...@qq.com>
Authored: Thu Sep 21 00:50:15 2017 +0800
Committer: gurisxie <279483...@qq.com>
Committed: Thu Sep 21 00:50:15 2017 +0800

----------------------------------------------------------------------
 .travis.yml        | 14 --------------
 dangerfile-jsfm.js |  2 +-
 2 files changed, 1 insertion(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9f387ab1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0ac814a..39de444 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ env:
   - TEST_SUITE=danger
   - TEST_SUITE=jsfm
   - TEST_SUITE=android
-  - TEST_SUITE=release
 matrix:
     fast_finish: true
     exclude:
@@ -25,15 +24,7 @@ matrix:
         env: TEST_SUITE=ios
       - os: linux
         env: TEST_SUITE=android
-      - os: osx
-        env: TEST_SUITE=release
-      - os: linux
-        env: TEST_SUITE=release
     include:
-      - os: linux
-        env: TEST_SUITE=release
-        osx_image: oraclejdk8
-        language: android
       - os: osx
         env: TEST_SUITE=ios
         osx_image: xcode8.1
@@ -81,11 +72,6 @@ script:
     if [[ $TEST_SUITE = "danger" ]]; then
       npm run danger -- run --dangerfile ./dangerfile.js
     fi
-  - |
-    if [[ $TEST_SUITE = "release" ]]; then
-      bash scripts/generate_apache_release.sh &&
-      cd apache_release_temp
-    fi
 notifications:
   webhooks:
     on_pull_requests: false

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/9f387ab1/dangerfile-jsfm.js
----------------------------------------------------------------------
diff --git a/dangerfile-jsfm.js b/dangerfile-jsfm.js
index 40a3616..64b72f4 100644
--- a/dangerfile-jsfm.js
+++ b/dangerfile-jsfm.js
@@ -100,6 +100,6 @@ if(hasJsfmFile){
     fail("jsfm run test failed!");
   }
 }else{
-  message('has no ios file changed,skip test!');
+  message('has no jsfm file changed,skip test!');
 }
 

Reply via email to