Bump Go versions for Travis, fix tests

Replace gometalinter with golangci-lint.

Fix system tests (wheezy is gone, replace with stretch).

Fix linter warnings.
This commit is contained in:
Andrey Smirnov
2019-06-28 20:56:35 +03:00
parent e2d6a53de5
commit 2c91bcdc30
116 changed files with 1503 additions and 1067 deletions
+3 -3
View File
@@ -26,11 +26,11 @@ matrix:
env: RUN_LONG_TESTS=no
fast_finish: true
include:
- go: 1.9.x
env: RUN_LONG_TESTS=no
- go: 1.10.x
env: RUN_LONG_TESTS=yes
env: RUN_LONG_TESTS=no
- go: 1.11.x
env: RUN_LONG_TESTS=yes
- go: 1.12.x
env:
- RUN_LONG_TESTS=yes
- DEPLOY_BINARIES=yes