Run lint and vendor-check on the same travis stage (#802)
This commit is contained in:
parent
aa0f2ede6d
commit
bd14456e4b
|
@ -11,10 +11,10 @@ install:
|
|||
- make dep-install
|
||||
jobs:
|
||||
include:
|
||||
- stage: Lint
|
||||
script: make lint
|
||||
- stage: Vendor Check
|
||||
script: make vendor-check
|
||||
- stage: Lint & Vendor Check
|
||||
script:
|
||||
- make lint
|
||||
- make vendor-check
|
||||
- stage: Test unit and integration
|
||||
script: make test-unit-coverage
|
||||
- stage: Test e2e on private network
|
||||
|
|
Loading…
Reference in New Issue