From 26fad3526fbf3aa2305ac6ac4cdb003cb51320da Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 20 Nov 2020 09:33:43 +0100 Subject: [PATCH] chore: update travic configuration. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f1430f..e332c3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,10 @@ 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