We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f986d8e commit 6fa9939Copy full SHA for 6fa9939
.travis.yml
@@ -2,4 +2,4 @@ services:
2
- docker
3
4
script:
5
- - docker run --rm -v "$PWD:/lua-resty-http" -w /lua-resty-http ledgetech/test-runner:latest /bin/bash -c "make coverage"
+ - 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