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#2192 from joshk/patch-1
Browse files Browse the repository at this point in the history
Fix the notifications in the .travis.yml
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +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"
- email: false
irc: "irc.freenode.org#zftalk.2"
email: false

0 comments on commit 93da274

Please sign in to comment.