From 1ffb243e9aac60ab558090143ccb2fb9e8d520d2 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Fri, 3 Jun 2016 10:55:47 -0700 Subject: [PATCH] *: Update Go versions used for Travis tests and test tip --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f553603d..76ad6315 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ services: language: go go: - - 1.5.3 - - 1.6 + - 1.5.4 + - 1.6.2 + - tip env: - DEX_TEST_DSN="postgres://postgres@127.0.0.1:15432/postgres?sslmode=disable" ISOLATED=true @@ -43,3 +44,7 @@ deploy: notifications: email: false + +matrix: + allow_failures: + - go: tip