Disable Travis emails

This commit is contained in:
Dylan K. Taylor 2016-12-04 10:49:00 +00:00
parent 74e31fe712
commit d37afde0dc

View File

@ -11,4 +11,7 @@ before_script:
- echo | pecl install channel://pecl.php.net/yaml-2.0.0
script:
- ./tests/lint.sh && ./tests/run.sh
- ./tests/lint.sh && ./tests/run.sh
notifications:
email: false