aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Sheridan <niall@intercom.io>2017-10-18 13:56:37 +0100
committerNiall Sheridan <niall@intercom.io>2017-10-18 13:56:37 +0100
commit9dbe29a3ad3e8fdece47829c5ad0b8fee2b1f42a (patch)
tree9f517f82b6d6b1d89dc1de9ba01d7d5cb46aca3d
parent7b320119ba532fd409ec7dade7ad02011c309599 (diff)
Update Go version
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 725681f..0b3d96d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,8 @@ env:
- MYSQL_TEST="true"
go:
- - 1.7.5
- - 1.8
+ - 1.8.4
+ - 1.9.1
- tip
matrix: