mirror of
https://github.com/muesli/mastotool
synced 2024-12-22 15:48:53 +01:00
27 lines
249 B
YAML
27 lines
249 B
YAML
language: go
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
env:
|
|
global:
|
|
GO111MODULE=on
|
|
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|