From b7b7a83471df380ca4610f1ad7590c3c96a49fdf Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 26 Oct 2015 17:40:35 -0500 Subject: [PATCH] Test on travis with Go 1.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8de108f9..5edc86c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.4 + - 1.5 - tip # Derived from https://github.com/lib/pq/blob/master/.travis.yml