From 533d292bfbb0de9e7763e5222a40ba744b5006ae Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sun, 18 Feb 2018 11:23:40 -0500 Subject: [PATCH] fix travis Signed-off-by: Jess Frazelle --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68cd77e6..b458fadc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,17 @@ notifications: email: true go: - - 1.8.x - - 1.9.x + - stable - tip services: - docker env: global: - GO15VENDOREXPERIMENT=1 + matrix: + allow_failures: + - go: tip + fast_finish: true install: - go get github.com/golang/lint/golint - go get honnef.co/go/tools/cmd/staticcheck @@ -54,5 +57,5 @@ - cross/reg-linux-amd64 skip_cleanup: true on: - go: tip + go: stable tags: true