From a9626edc7483a424bf47d608d144ae0c9a0e6e2b Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Sun, 10 May 2020 13:15:08 +0200 Subject: [PATCH] ci: fix jobs vs matrix --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index cdcb003..5767333 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,6 @@ os: services: - docker -matrix: - allow_failures: - - go: "master" - fast_finish: true - env: - GO111MODULE=on @@ -35,6 +30,9 @@ stages: - release jobs: + allow_failures: + - go: "master" + fast_finish: true include: - stage: cache script: go mod download -json