From e4ddffcc6ee373336d826050ac613c98b6b227d4 Mon Sep 17 00:00:00 2001 From: Krasi Georgiev Date: Sat, 13 Jan 2018 11:52:48 +0000 Subject: [PATCH] run staticcheck in travis (#3682) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e8b488ef..79dfe359c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ go: go_import_path: github.com/prometheus/prometheus script: -- make check_license style test +- make check_license style test staticcheck