mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
re add the missing check_license test (#476)
removed the "check_license" by mistake so adding it again. Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>
This commit is contained in:
parent
2962202ed3
commit
fd24a1c1a8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue