aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2018-07-17 07:58:32 -0700
committerGitHub <noreply@github.com>2018-07-17 07:58:32 -0700
commit40b1dd6f1243ab922edf3a844849e2c134e82c9b (patch)
tree892e72eba88b5620d6e0922a7c1cbb44529d1a30
parente3b9754d599c9b4a910e7917366250e464b4b8b0 (diff)
Have TravisCI run with go 1.10 as well (#527)
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b65391d9..9c65c08c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: go
go:
- 1.8.x
- 1.9.x
+ - 1.10.x
env:
- TEST_SUITE="lint"