mirror of
https://github.com/gogs/gogs.git
synced 2026-03-16 09:00:28 +01:00
ci: remove Go 1.6.x
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
@@ -14,6 +13,6 @@ before_install:
|
||||
env:
|
||||
- GO15VENDOREXPERIMENT=1
|
||||
|
||||
script:
|
||||
script:
|
||||
- go build -v -tags "pam"
|
||||
- go test -v -cover -race ./...
|
||||
|
||||
Reference in New Issue
Block a user