mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
9fe4437bda
* Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net>
16 lines
186 B
YAML
Vendored
16 lines
186 B
YAML
Vendored
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- tip
|
|
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
|
|
script:
|
|
- goveralls -service=travis-ci
|