From 2aab7a5932abc67c93b2820d75725936a7fee619 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 22 Dec 2014 08:48:18 -0900 Subject: [PATCH] Bump golang 1.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 880f911..1d4b500 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: go addons: postgresql: 9.3 -go: 1.3 +go: 1.4 before_script: - psql -c 'CREATE DATABASE bactdbtest;' -U postgres