From 519893a665eababe12b50a13a966cc5e3fa9f687 Mon Sep 17 00:00:00 2001 From: Christian Pena Date: Thu, 28 Sep 2017 16:06:26 -0400 Subject: [PATCH] Update .travis.yml to test Go 1.8, and Go 1.9 Allow failures testing Go tip. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9a011a7..0fb86f89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,15 @@ language: go go: - - 1.7 + - 1.8 + - 1.9 - tip +matrix: + allow_failures: + - go: tip + fast_finish: true + before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls