Run lint and vendor-check on the same travis stage (#802)

This commit is contained in:
Adrià Cidre 2018-04-05 14:37:39 +02:00 committed by GitHub
parent aa0f2ede6d
commit bd14456e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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