run staticcheck in travis (#3682)

This commit is contained in:
Krasi Georgiev 2018-01-13 11:52:48 +00:00 committed by Brian Brazil
parent 4be9a40b89
commit e4ddffcc6e
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ go:
go_import_path: github.com/prometheus/prometheus
script:
- make check_license style test
- make check_license style test staticcheck