You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2019/11/01 14:35:42 UTC

[incubator-apisix] branch master updated: travis: only start the redis server for linux os. (#782)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new be9108e  travis: only start the redis server for linux os. (#782)
be9108e is described below

commit be9108e2e918562d8d76f331280888aa5a2c86f2
Author: YuanSheng Wang <me...@gmail.com>
AuthorDate: Fri Nov 1 22:35:36 2019 +0800

    travis: only start the redis server for linux os. (#782)
    
    * travis: only start the redis server for linux os.
    
    * ASF: ignore folder `grpcurl`.
---
 .travis.yml             | 5 ++---
 .travis/ASF-Release.cfg | 1 +
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0a1c230..4ac7320 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,8 @@ matrix:
 
   include:
     - os: linux
+      services:
+        - redis-server
     - os: osx
       if: type IN (push)
       cache:
@@ -32,9 +34,6 @@ addons:
   homebrew:
     update: true
 
-services:
-  - redis-server
-
 cache:
   directories:
     - build-cache
diff --git a/.travis/ASF-Release.cfg b/.travis/ASF-Release.cfg
index 3beefe1..9338f55 100644
--- a/.travis/ASF-Release.cfg
+++ b/.travis/ASF-Release.cfg
@@ -85,6 +85,7 @@ deps
 test-nginx
 grpc_server_example
 .travis.yml
+grpcurl
 
 conf
 .travis/openwhisk-utilities