mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
.travis.yml: remove verify job
The verify job has been moved to prow, so we can remove the one from travis. Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
976c38aee4
commit
df347a1427
1 changed files with 0 additions and 8 deletions
|
|
@ -3,18 +3,10 @@ language: go
|
|||
go:
|
||||
- '1.15'
|
||||
|
||||
# blech, Travis downloads with capitals in DirectXMan12, which confuses go
|
||||
go_import_path: github.com/kubernetes-sigs/prometheus-adapter
|
||||
|
||||
script: make verify && git diff --exit-code
|
||||
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
script: bash .travis-deploy.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue