diff --git a/.travis.yml b/.travis.yml index 2de728362..2ddfe1300 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,13 @@ language: go go: - - 1.7.5 - - 1.8 + - 1.7.x + - 1.8.x + - master + +matrix: + allow_failures: + - go: master go_import_path: github.com/cloudflare/unsee