aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
-rw-r--r--gogs.go2
2 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 868b4964..58904389 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
language: go
go:
- - 1.5.x
- - 1.6.x
- - 1.7.x
- - 1.8.x
+ - 1.6
+ - 1.7
+ - 1.8
- master
before_install:
diff --git a/gogs.go b/gogs.go
index a20a0bc7..c03661a4 100644
--- a/gogs.go
+++ b/gogs.go
@@ -1,4 +1,4 @@
-// +build go1.5
+// +build go1.6
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style