mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +01:00
19 lines
259 B
YAML
19 lines
259 B
YAML
language: go
|
|
go_import_path: go.etcd.io/bbolt
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.15
|
|
|
|
before_install:
|
|
- go get -v golang.org/x/sys/unix
|
|
- go get -v honnef.co/go/tools/...
|
|
- go get -v github.com/kisielk/errcheck
|
|
|
|
script:
|
|
- make fmt
|
|
- make test
|
|
- make race
|
|
# - make errcheck
|