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:
James Shubin
2018-02-10 18:49:12 -05:00
parent 4c793e0ee6
commit 4fefa9f2f0

View File

@@ -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