From fd24a1c1a8626568d24c9848e829ea83a9d43032 Mon Sep 17 00:00:00 2001 From: Krasi Georgiev Date: Thu, 13 Dec 2018 16:58:06 +0300 Subject: [PATCH] re add the missing check_license test (#476) removed the "check_license" by mistake so adding it again. Signed-off-by: Krasi Georgiev --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb37e38f69..c03d14f533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ install: script: # `staticcheck` target is omitted due to linting errors - - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then make test; else make style unused test; fi + - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then make test; else make check_license style unused test; fi