aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2018-08-20 17:43:42 +0100
committerNiall Sheridan <nsheridan@gmail.com>2018-08-20 17:43:42 +0100
commitdbefe685912e286fce16bf9dd3773f4037cdcdf1 (patch)
tree238422f371df9f04d2c2aebd700e61d015837753 /.travis.yml
parentf906c9ba422eb720514721b559c01f840ca34a0c (diff)
Small updates
- Test against 1.11 rc - Set timeouts on the http client - Use gofmt instead of goimports
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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