From 23155f049d95477899314384be4baa9a7ddbda3b Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 2 Sep 2020 03:34:19 +0200 Subject: [PATCH] chore: update Travis configuration. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 877831a4..218953e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,11 @@ cache: directories: - $GOPATH/pkg/mod -matrix: +jobs: fast_finish: true include: - go: 1.14.x + - go: 1.15.x env: STABLE=true - go: 1.x - go: tip