mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
deployment: remove unused linteres from travis
This commit is contained in:
parent
6453926f2e
commit
5b825dbffa
1 changed files with 7 additions and 10 deletions
17
.travis.yml
17
.travis.yml
|
@ -1,24 +1,21 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.x
|
- 1.x
|
||||||
- tip
|
- tip
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/go-build
|
- $HOME/.cache/go-build
|
||||||
- $HOME/gopath/pkg/mod
|
- $HOME/gopath/pkg/mod
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
install:
|
|
||||||
- go get -u golang.org/x/lint/golint
|
|
||||||
- go get honnef.co/go/tools/cmd/staticcheck
|
|
||||||
script:
|
script:
|
||||||
- env GOPROXY=https://proxy.golang.org GO111MODULE=on make all
|
- env GOPROXY=https://proxy.golang.org GO111MODULE=on make all
|
||||||
- env GO111MODULE=on make cover
|
- env GO111MODULE=on make cover
|
||||||
- env GO111MODULE=on make release
|
- env GO111MODULE=on make release
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
|
Loading…
Add table
Reference in a new issue