diff --git a/.travis.yml b/.travis.yml index d7a321b..2f3351d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,11 @@ language: go go: - "1.9.x" - "1.10.x" + - tip matrix: fast_finish: true + allow_failures: + - go: tip install: - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step). script: