From ecb7d6b355613e4e01376eb36f1d2a91545bd0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gerdau?= Date: Fri, 20 Dec 2019 16:55:28 +0100 Subject: [PATCH] chore: use master instead of tip This is essentially the same, but travis prefers master now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 299ddfb..2f1a47f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,12 @@ language: go go: - 1.12.x - 1.13.x - - tip + - master # Allow builds from tip to fail - they might be in an unstable state jobs: allow_failures: - - go: tip + - go: master os: - linux