travis: add name to e2e test job
This commit is contained in:
@ -38,6 +38,7 @@ jobs:
|
||||
- stage: cache
|
||||
script: go mod download -json
|
||||
- stage: test
|
||||
name: end-to-end
|
||||
go: "1.12"
|
||||
script: make e2e
|
||||
- stage: release
|
||||
|
Reference in New Issue
Block a user