From 3bfb48bfa985c381d8bfd9ab8885e7d1f017b64a Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 11 Sep 2015 22:24:36 -0400 Subject: [PATCH] Adding go 1.5 to the travis ci config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4ef0dc1..5600ae8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: go go: - 1.3 - 1.4 + - 1.5 - tip # Setting sudo access to false will let Travis CI use containers rather than @@ -12,4 +13,4 @@ go: sudo: false notifications: - irc: "irc.freenode.net#masterminds" \ No newline at end of file + irc: "irc.freenode.net#masterminds"