Configure Travis CI notifications

This commit is contained in:
Sebastian Bergmann 2013-02-16 11:06:51 +01:00
parent e3a448070b
commit 88480ee980
1 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,8 @@ before_script:
php:
- 5.4
- 5.3
- 5.3
notifications:
email: false
irc: "irc.freenode.org#phpunit"