travis: add name to e2e test job

This commit is contained in:
Leo Antunes 2019-07-13 07:16:31 +02:00
parent 36b5e97936
commit 48cf5ff9dd
1 changed files with 1 additions and 0 deletions

View File

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