Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit 4410c1b

Browse files
author
Francisco Souza
committed
traivs: allow failures on tip
1 parent 1b0acc8 commit 4410c1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ install:
55
env:
66
global:
77
- GO111MODULE=on
8+
- GOPROXY=proxy.golang.org
89
script: make coverage
910
after_success: bash <(curl -s https://codecov.io/bash)
1011
go:
1112
- 1.x
1213
- tip
14+
matrix:
15+
allow_failures:
16+
- go: tip

0 commit comments

Comments
 (0)