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/27 13:54:27 UTC

[incubator-apisix] branch master updated: travis: removed luacheck for macos. (#907)

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 d6e343e  travis: removed luacheck for macos. (#907)
d6e343e is described below

commit d6e343e492069f7633c83aa69cf2c459ba723428
Author: WenMing <mo...@gmail.com>
AuthorDate: Wed Nov 27 21:54:18 2019 +0800

    travis: removed luacheck for macos. (#907)
---
 .travis/osx_openresty_runner.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis/osx_openresty_runner.sh b/.travis/osx_openresty_runner.sh
index 8b91e62..2f1ac1f 100755
--- a/.travis/osx_openresty_runner.sh
+++ b/.travis/osx_openresty_runner.sh
@@ -60,8 +60,6 @@ script() {
     etcd --enable-v2=true &
     sleep 1
 
-    luarocks install luacheck
-
     sudo cpanm Test::Nginx
 
     ./grpc_server_example/grpc_server_example &