1
0
mirror of https://github.com/muesli/mastotool synced 2024-12-23 16:18:33 +01:00
mastotool/.travis.yml
Christian Muehlhaeuser 02554d0c6e
Added .travis.yml
2018-11-22 04:35:59 +01:00

19 lines
172 B
YAML

language: go
os:
- linux
- osx
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
notifications:
email:
on_success: change
on_failure: always