Skip to content

Commit

Permalink
Disable email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 5, 2019
1 parent 00c64bc commit bd11c84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -1,5 +1,9 @@
language: php

notifications:
email:
on_success: never

php:
- 7.1
- 7.2
Expand All @@ -10,6 +14,10 @@ matrix:
- php: 7.1
env: dependencies=lowest

cache:
directories:
- $HOME/.composer/cache

sudo: false

before_script:
Expand Down

0 comments on commit bd11c84

Please sign in to comment.