From 1f1f8b2e85c1fa9dd92ae149e2e01aa43ce66d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 15 Apr 2017 08:07:07 -0700 Subject: [PATCH] Test against latest Go snapshot, but ignore failures with it --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 32213912a..2ddfe1300 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ language: go go: - 1.7.x - 1.8.x + - master + +matrix: + allow_failures: + - go: master go_import_path: github.com/cloudflare/unsee