Browse Source

Remove notification from travis file.

Taylor Otwell 12 years ago
parent
commit
1f005bd7e5
1 changed files with 1 additions and 5 deletions
  1. 1 5
      .travis.yml

+ 1 - 5
.travis.yml

@@ -3,8 +3,4 @@ language: php
 php:
   - 5.3
 
-script: "php artisan test:core"
-
-notifications:
-  irc:
-    - "irc.freenode.org#laravel"
+script: "php artisan test:core"