From dbefe685912e286fce16bf9dd3773f4037cdcdf1 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 20 Aug 2018 17:43:42 +0100 Subject: Small updates - Test against 1.11 rc - Set timeouts on the http client - Use gofmt instead of goimports --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4a4f0d1..bef27fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ env: - MYSQL_TEST="true" go: - - 1.11beta3 + - 1.11rc1 - 1.10.3 - 1.9.7 - tip @@ -26,4 +26,4 @@ install: sudo: false script: - - make test \ No newline at end of file + - make test -- cgit v1.2.3