mirror of
https://github.com/muesli/mastotool
synced 2024-12-23 08:08:23 +01:00
18 lines
162 B
YAML
18 lines
162 B
YAML
|
language: go
|
||
|
|
||
|
os:
|
||
|
- linux
|
||
|
- osx
|
||
|
|
||
|
go:
|
||
|
- 1.8.x
|
||
|
- 1.9.x
|
||
|
- 1.10.x
|
||
|
- 1.11.x
|
||
|
- tip
|
||
|
|
||
|
notifications:
|
||
|
email:
|
||
|
on_success: change
|
||
|
on_failure: always
|