From 0cc26c947a633fe0edb9d5dbbff256e8b00d0e94 Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Fri, 6 Sep 2013 17:33:16 -0700 Subject: [PATCH] Build for Go 1.1.2 and tip. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a6c48a7..e8bddf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: go +go: + - 1.1.2 + - tip notifications: # See http://about.travis-ci.org/docs/user/build-configuration/ to learn more # about configuring notification recipients and more.