1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Enable email notifications for now, remove slack config

This commit is contained in:
Carlos Antonio da Silva 2020-09-30 09:22:48 -03:00
parent b8b6841c8a
commit 0186adacc5

View file

@ -28,11 +28,5 @@ matrix:
before_install: before_install:
- gem update --system - gem update --system
notifications: notifications:
email: false email: true
slack:
on_pull_requests: false
on_success: change
on_failure: always
secure: vxwuYTr2Sy+a/C7VP06l3QQCSgsKH7mjbTqOF1cKfGgmIHwO2p1VZmNCKjOe24ILj090WmVfHdnF/MnSCQw/SD1mVNbCZFf8Vj7+fYBu26I7BfahN0jxv3S5NO1sx4ipj0cO17r21OjtD2r1XzOfKqdSkjBBCOk8+WjiqtmCXII=
script: "bin/test" script: "bin/test"