From abc91564baf1da2a911d74bca2e217c5691c83af Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Wed, 17 Feb 2016 16:32:46 -0800 Subject: [PATCH] *: add go 1.6 to CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 76c716d7..4cc691b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ language: go go: - 1.4.3 - 1.5.3 + - 1.6 env: - DEX_TEST_DSN="postgres://postgres@127.0.0.1:15432/postgres?sslmode=disable" ISOLATED=true