Add Gitter hooks to .travis.yml

This commit is contained in:
John Wiegley 2018-04-03 00:31:30 -07:00
parent ef90244e5f
commit f5f69b5420

View file

@ -5,3 +5,11 @@ env:
language: nix
script: nix-build --argstr compiler "$GHCVERSION"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/76ed871ff977c0ed653f
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always