diff options
| author | Eric Paris <[email protected]> | 2018-10-24 17:20:40 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-24 17:20:40 -0400 |
| commit | 082b515c9490f4eccc758469c3152b77d139f868 (patch) | |
| tree | 2b325881f6485e779ef2bcec8f276a92e971a91c | |
| parent | 252d3ee662414967926c300a620758cb1dc452e2 (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)
| -rw-r--r-- | .travis.yml | 1 |
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 |
