diff options
author | Unknwon <u@gogs.io> | 2018-12-19 08:38:10 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-12-19 08:38:10 -0500 |
commit | d4f9fd7204796a9acaab8c1606171609be52d322 (patch) | |
tree | 6734f06c1b0a8d4b24f2baf603d14bd496554244 /.travis.yml | |
parent | e70e72e025db44bc7f27d10ffcb716300101cb5c (diff) |
*: remove Go 1.7 support
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 01886d00..d029345e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - 1.7.x - 1.8.x - 1.9.x - 1.10.x |