run staticcheck in travis (#3682)
This commit is contained in:
parent
4be9a40b89
commit
e4ddffcc6e
|
@ -9,4 +9,4 @@ go:
|
||||||
go_import_path: github.com/prometheus/prometheus
|
go_import_path: github.com/prometheus/prometheus
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check_license style test
|
- make check_license style test staticcheck
|
||||||
|
|
Loading…
Reference in New Issue