Skip to content

Commit bd11c84

Browse files
committed
Disable email notifications
1 parent 00c64bc commit bd11c84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: php
22

3+
notifications:
4+
email:
5+
on_success: never
6+
37
php:
48
- 7.1
59
- 7.2
@@ -10,6 +14,10 @@ matrix:
1014
- php: 7.1
1115
env: dependencies=lowest
1216

17+
cache:
18+
directories:
19+
- $HOME/.composer/cache
20+
1321
sudo: false
1422

1523
before_script:

0 commit comments

Comments
 (0)