travis: add name to e2e test job
This commit is contained in:
parent
36b5e97936
commit
48cf5ff9dd
|
@ -38,6 +38,7 @@ jobs:
|
||||||
- stage: cache
|
- stage: cache
|
||||||
script: go mod download -json
|
script: go mod download -json
|
||||||
- stage: test
|
- stage: test
|
||||||
|
name: end-to-end
|
||||||
go: "1.12"
|
go: "1.12"
|
||||||
script: make e2e
|
script: make e2e
|
||||||
- stage: release
|
- stage: release
|
||||||
|
|
Loading…
Reference in New Issue