From 3ab00e6e641637861a2a073b5923eef3503454cb Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 11 Jun 2015 00:22:22 +0200 Subject: [PATCH] Let travis test against go-tip --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ccb94610e..cecc03b86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: go go: - 1.3 - 1.4.2 + - tip +matrix: + allow_failures: + - go: tip script: - go test ./... - go build