Allow Go tip to fail on TravisCI

This commit is contained in:
Christian Muehlhaeuser 2019-08-07 06:36:00 +02:00
parent d316805cee
commit 7be6c9231f
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ go:
- 1.12.x
- tip
matrix:
allow_failures:
- go: tip
notifications:
email:
on_success: change