travis: add name to e2e test job
This commit is contained in:
parent
36b5e97936
commit
48cf5ff9dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue