Spit Static check and Coverage in diff Stages
This commit is contained in:
parent
cf732e846e
commit
9f9eb3f7c7
1 changed files with 7 additions and 3 deletions
10
.travis.yml
10
.travis.yml
|
@ -28,6 +28,10 @@ install:
|
|||
before_script:
|
||||
- export PATH=$PATH:$PWD/hack/e2e-internal/
|
||||
|
||||
script:
|
||||
- make fmt lint vet cover
|
||||
#- make test-e2e
|
||||
jobs
|
||||
include:
|
||||
- stage: Static Check
|
||||
script: make fmt lint vet
|
||||
- stage: Coverage
|
||||
script: make cover
|
||||
#- make test-e2e
|
||||
|
|
Loading…
Reference in a new issue