Skip to content

Commit 91123b7

Browse files
committed
Muted email notifications
1 parent a1bb2ef commit 91123b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@ script:
1212
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1313

1414
after_script:
15-
- php vendor/bin/coveralls -v
15+
- php vendor/bin/coveralls -v
16+
17+
notifications:
18+
email: false
19+
on_failure: always
20+
on_success: never

0 commit comments

Comments
 (0)