Skip to content

Commit

Permalink
Remove IRC channel from travis notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorton committed Feb 23, 2014
1 parent 0182fc2 commit 0a35957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ php:
- 5.4
- 5.5
- hhvm

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction
script:
- vendor/bin/phpunit

after_script:
- vendor/bin/coveralls -v

notifications:
email:
- lukemorton.dev@gmail.com
irc: "irc.freenode.net#gignite"

0 comments on commit 0a35957

Please sign in to comment.