Skip to content

Commit

Permalink
chore(ci) install penlight in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
locao committed Apr 28, 2020
1 parent 201b0c7 commit 482627d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

sudo: required

language: c

compiler: gcc
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 482627d

Please sign in to comment.