From 99eb5a4682e0715d6686ec291de3143accf184e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatko=20=C4=8Calu=C5=A1i=C4=87?= Date: Mon, 5 Jun 2017 20:57:17 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 792827e..e4f1c79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,13 @@ sudo: false language: go go: - - 1.7.6 - - 1.8.3 - - tip + - 1.7.x + - 1.8.x + - master matrix: allow_failures: - - go: tip + - go: master branches: only: