Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 797c4d0

Browse files
committed
Disables email notifications of build status from Travis
1 parent 6a988ca commit 797c4d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ install:
6666
script:
6767
- composer test
6868
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
69+
70+
notifications:
71+
email: false

0 commit comments

Comments
 (0)