From 482627d360a7133c5362ea6ada6488a8689e5681 Mon Sep 17 00:00:00 2001 From: Vinicius Mignot Date: Tue, 28 Apr 2020 14:01:01 -0300 Subject: [PATCH] chore(ci) install penlight in test env --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9789ec03..37fa4f44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ -sudo: required - language: c compiler: gcc @@ -51,6 +49,7 @@ install: - export PATH=$OPENRESTY_PREFIX/nginx/sbin:$LUAROCKS_PREFIX/bin:$PATH - sudo luarocks install luacheck > build.log 2>&1 || (cat build.log && exit 1) - sudo luarocks install lua-resty-worker-events > build.log 2>&1 || (cat build.log && exit 1) + - sudo luarocks install penlight > build.log 2>&1 || (cat build.log && exit 1) - luarocks --version - nginx -V