Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Add notification
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Jan 9, 2021
1 parent 89e952c commit 0366c27
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ php:
- 7.3
- 7.4

notifications:
email:
on_success: never
on_failure: change

cache:
directories:
- $HOME/.composer/cache
Expand All @@ -17,8 +22,9 @@ jobs:
- stage: Test
install:
- composer install
- composer update --no-scripts
script:
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit
- ./vendor/bin/phpunit
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
after_script:
Expand Down

0 comments on commit 0366c27

Please sign in to comment.