mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-15 08:29:31 +01:00
ed75533cb1
* optionally protect against multiple starts with flock Fixes #1823 * use traditional .lock extension * move config key to top level
11 lines
161 B
YAML
11 lines
161 B
YAML
language: go
|
|
go:
|
|
- 1.14.x
|
|
- 1.15.x
|
|
script: go test -v -check.vv -race ./...
|
|
sudo: false
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: always
|