From 1f005bd7e5f737c23f52afd48dc9b2974d1261ea Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 1 Sep 2012 22:16:30 -0500 Subject: [PATCH] Remove notification from travis file. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1bcd71cf7f..1d5895553b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,4 @@ language: php php: - 5.3 -script: "php artisan test:core" - -notifications: - irc: - - "irc.freenode.org#laravel" \ No newline at end of file +script: "php artisan test:core" \ No newline at end of file