From 631930114fcba871b80c458357930649d5783c48 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Sun, 15 Nov 2015 13:07:49 -0800 Subject: [PATCH] Also test on Go tip But allow it to fail --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b08641d..87ba52f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ go: - 1.3.3 - 1.4.2 - 1.5.1 +- tip + +matrix: + allow_failures: + - go: tip script: - go vet ./...