From 48cf5ff9dd06bfac2972a583a75d6907c89ed3a1 Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Sat, 13 Jul 2019 07:16:31 +0200 Subject: [PATCH] travis: add name to e2e test job --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 60a216f..3d7ef97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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