mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
fdf750e4d4
* Update blevesearch v0.8.1 -> v1.0.7 * make vendor Co-authored-by: zeripath <art27@cantab.net>
18 lines
225 B
YAML
Vendored
18 lines
225 B
YAML
Vendored
language: go
|
|
go_import_path: go.etcd.io/bbolt
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.12
|
|
|
|
before_install:
|
|
- go get -v honnef.co/go/tools/...
|
|
- go get -v github.com/kisielk/errcheck
|
|
|
|
script:
|
|
- make fmt
|
|
- make test
|
|
- make race
|
|
# - make errcheck
|