From c655622bf7670a0f7c70376950dde88703bbfb3a Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Fri, 15 Mar 2019 22:37:10 +0100 Subject: [PATCH] build: travis: allow_failures of go:master --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ced506..814afcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ dist: xenial services: - docker +env: # for allow_failures: https://docs.travis-ci.com/user/customizing-the-build/ matrix: include: @@ -34,7 +35,8 @@ matrix: - make artifacts/zrepl-linux-amd64 - make artifacts/zrepl-darwin-amd64 - - language: go + - &go_master + language: go go: - "master" go_import_path: github.com/zrepl/zrepl @@ -86,4 +88,5 @@ matrix: script: - make docs - + allow_failures: + - *go_master \ No newline at end of file