From 4d0f05068e09018bc357cc67f5c1675fff6258a2 Mon Sep 17 00:00:00 2001 From: Joel Stemmer Date: Mon, 22 Dec 2014 11:07:16 +0100 Subject: [PATCH] Add go1.4 to travis configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4b8e496..766d318 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go go: - tip + - 1.4 - 1.3.3 - 1.3.2 - 1.3.1