shard-radix/.travis.yml
Luis Lavena a0fcdb896e misc(Travis): silence annoying success emails
Got it, it worked, nice, no need to email me on every push about it.

[skip ci]
2016-11-24 21:27:29 -03:00

11 lines
146 B
YAML

language: crystal
crystal:
- latest
- nightly
matrix:
allow_failures:
- crystal: nightly
notifications:
email:
on_success: never