From 2925a73f987d7b3e88ee3464bd9b7c4977c26919 Mon Sep 17 00:00:00 2001 From: tokers Date: Thu, 21 Feb 2019 16:16:49 +0800 Subject: [PATCH] test: installed lua-resty-socket --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cba3da8..253dd7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,6 @@ before_script: - sudo apt-get install make build-essential lua5.1 -y - source .ci/setup.sh - luarocks install luacheck + - luarocks install lua-resty-socket script: - OPENRESTY_INSTALL_DIR=$INSTALL_CACHE/openresty-$V_OPENRESTY make test