Skip to content

Commit 6fa9939

Browse files
committed
Ensure luacheck runs on CI
1 parent f986d8e commit 6fa9939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ services:
22
- docker
33

44
script:
5-
- docker run --rm -v "$PWD:/lua-resty-http" -w /lua-resty-http ledgetech/test-runner:latest /bin/bash -c "make coverage"
5+
- docker run --rm -v "$PWD:/lua-resty-http" -w /lua-resty-http ledgetech/test-runner:latest /bin/bash -c "make check; make coverage"

0 commit comments

Comments
 (0)