From bb8a57d39576085c35164261c58b471737045904 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sat, 8 Aug 2015 13:49:27 +0300 Subject: [PATCH] travis: run tests on Go tip. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 169ccd0..8a951ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ services: go: - 1.3 - 1.4 + - tip install: - go get gopkg.in/bufio.v1