travis: Disable fast finish for now
This causes a notification for each entry in the matrix which is now too many emails. When travis adds and option to send just one notification, but to still allow you to fast finish, then please lmk :)
This commit is contained in:
@@ -16,7 +16,7 @@ before_install:
|
|||||||
install: 'make deps'
|
install: 'make deps'
|
||||||
script: 'make test'
|
script: 'make test'
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: false
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
- go: 1.9.x
|
- go: 1.9.x
|
||||||
|
|||||||
Reference in New Issue
Block a user