mirror of
https://github.com/zrepl/zrepl.git
synced 2025-04-30 22:34:38 +02:00
build: travis: allow_failures of go:master
This commit is contained in:
parent
2c3b3c093d
commit
c655622bf7
@ -2,6 +2,7 @@ dist: xenial
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
env: # for allow_failures: https://docs.travis-ci.com/user/customizing-the-build/
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
@ -34,7 +35,8 @@ matrix:
|
|||||||
- make artifacts/zrepl-linux-amd64
|
- make artifacts/zrepl-linux-amd64
|
||||||
- make artifacts/zrepl-darwin-amd64
|
- make artifacts/zrepl-darwin-amd64
|
||||||
|
|
||||||
- language: go
|
- &go_master
|
||||||
|
language: go
|
||||||
go:
|
go:
|
||||||
- "master"
|
- "master"
|
||||||
go_import_path: github.com/zrepl/zrepl
|
go_import_path: github.com/zrepl/zrepl
|
||||||
@ -86,4 +88,5 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- make docs
|
- make docs
|
||||||
|
|
||||||
|
allow_failures:
|
||||||
|
- *go_master
|
Loading…
Reference in New Issue
Block a user