mirror of
https://github.com/status-im/status-go.git
synced 2025-01-21 20:20:29 +00:00
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…
x
Reference in New Issue
Block a user