From 57c76dc73c44699fece6b11f1fc2cfe47a22131a Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Sun, 13 Sep 2020 13:09:53 +0100 Subject: [PATCH] Update travis for go 1.15 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84897f0..e742001 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ language: go go: - "1.14.x" - "1.15.x" - - master + - tip matrix: allow_failures: - - go: master + - go: tip fast_finish: true before_script: