summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2017-07-11 14:34:51 -0400
committerDavid Hill <[email protected]>2017-07-11 14:34:51 -0400
commitadab96458c51a58dc1783b3335dcce5461522e75 (patch)
tree93694e51c2fef34ee87ea8b8807d5f1869ce1735 /.travis.yml
parent9fadf46324c4cfc36cc82310ca92ded38af91249 (diff)
travis: test against 1.8.x
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a8e3e3..1bd2340 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: go
go:
- - 1.6.3
- - 1.7.4
+ - 1.6.x
+ - 1.7.x
+ - 1.8.x
sudo: false
install:
- go get -v github.com/alecthomas/gometalinter