aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Paris <[email protected]>2018-10-24 17:20:40 -0400
committerGitHub <[email protected]>2018-10-24 17:20:40 -0400
commit082b515c9490f4eccc758469c3152b77d139f868 (patch)
tree2b325881f6485e779ef2bcec8f276a92e971a91c /.travis.yml
parent252d3ee662414967926c300a620758cb1dc452e2 (diff)
Travis: test on 1.9 as well (#191)
Lets see if this still works (1.7 and 1.8 don't work with golint anymore)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7edc209..00d04cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ sudo: false
language: go
go:
+ - 1.9.x
- 1.10.x
- 1.11.x
- tip