diff --git a/.travis.yml b/.travis.yml index 51b42a75a..7bf4fb6db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ language: go go: - 1.9.x - 1.10.x + - master install: - make deps @@ -20,4 +21,6 @@ branches: - master matrix: + allow_failures: + - go: master fast_finish: true