diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | gogs.go | 2 |
2 files changed, 1 insertions, 2 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 @@ -1,4 +1,4 @@ -// +build go1.7 +// +build go1.8 // Copyright 2014 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style |