aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2018-08-23 22:39:11 +0100
committerNiall Sheridan <nsheridan@gmail.com>2018-08-23 22:39:11 +0100
commit91f9bc722152146466523861162b85195f99875b (patch)
tree0fd7f4701502d79fc87bb100e6c42dac9427ae80
parenteb1184b284ea37cc31556e3598916ac9c3fa6939 (diff)
Update go versions
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bef27fd..d53fc81 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,9 @@ env:
- MYSQL_TEST="true"
go:
- - 1.11rc1
- - 1.10.3
- - 1.9.7
+ - 1.11rc2
+ - 1.10.x
+ - 1.9.x
- tip
matrix: