From b28a7effac979219c2a2ed6205a4d70e4b1bcd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 16 Aug 2016 10:07:57 +0200 Subject: [PATCH] Add Go 1.7 to Travis config --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 65be544..c24eebf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ language: go go: - 1.5.4 - 1.6.3 + - 1.7 - tip os: @@ -13,6 +14,7 @@ os: matrix: allow_failures: - go: tip + fast_finish: true script: - go test -v ./...