소스 검색

Change required version to Go 1.6

Unknwon 7 년 전
부모
커밋
089eb1a099
2개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 4
      .travis.yml
  2. 1 1
      gogs.go

+ 3 - 4
.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:

+ 1 - 1
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