mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
c111b239f7
* add optional syslog logrus hook * document syslog
22 lines
219 B
YAML
22 lines
219 B
YAML
language: go
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- "1.10"
|
|
- "1.11"
|
|
- "1.12"
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
go_import_path: gopkg.in/mcuadros/go-syslog.v2
|
|
|
|
install:
|
|
- go get -v -t ./...
|