Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2177 from ralphschindl…
Browse files Browse the repository at this point in the history
…er/hotfix/travis-notifications

[Travis] Reduce Travis Noise
  • Loading branch information
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ script:
- output=$(php php-cs-fixer.phar fix -v --dry-run --level=psr2 .); if [[ $output ]]; then while read -r line; do echo -e "\e[00;31m$line\e[00m"; done <<< "$output"; false; fi;

notifications:
irc: "irc.freenode.org#zftalk.2"
- irc: "irc.freenode.org#zftalk.2"
- email: false

0 comments on commit 41ff6ee

Please # to comment.