mastotool/.travis.yml

19 lines
173 B
YAML
Raw Normal View History

2018-11-22 04:35:59 +01:00
language: go
os:
- linux
- osx
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
2019-08-07 06:35:50 +02:00
- 1.12.x
2018-11-22 04:35:59 +01:00
- tip
notifications:
email:
on_success: change
on_failure: always