diff --git a/.travis.yml b/.travis.yml index cd9acd0..1130c20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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