From 828bdfcf848d72739248dd4c6b2d1e38bd14eea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Sun, 17 Jun 2018 14:33:16 +0300 Subject: [PATCH] Add Go tip back in --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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: