Skip to content

Commit 45a75c1

Browse files
committed
Allow failures on tip
1 parent b677d25 commit 45a75c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ os:
1313
- linux
1414
- linux-ppc64le
1515

16+
matrix:
17+
allow_failures:
18+
- go: tip
1619

1720
before_install:
1821
- "if [[ $TRAVIS_GO_VERSION == 1.11 ]]; then go get -u golang.org/x/lint/golint; fi"

0 commit comments

Comments
 (0)