From: Ariejan de Vroom Date: Wed, 10 Jun 2015 22:22:22 +0000 (+0200) Subject: Let travis test against go-tip X-Git-Tag: v0.15~353 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3ab00e6e641637861a2a073b5923eef3503454cb;p=brevno-suite%2Fhugo Let travis test against go-tip --- diff --git a/.travis.yml b/.travis.yml index ccb94610..cecc03b8 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