Skip to content

Commit

Permalink
changing the notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jun 20, 2012
1 parent a4b52db commit 8169c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php

php:
- 5.3
- 5.4

env:
- CAKE_VERSION=2.2
Expand All @@ -10,8 +11,7 @@ before_script:
- git clone --depth 1 git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp && git checkout $CAKE_VERSION

script:
- ./lib/Cake/Console/cake test CakePdf AllCakePdf
- for plugin in `ls ./infinitas/Core`; do ./lib/Cake/Console/cake test -app ./infinitas $plugin 'All' $plugin 'Tests'; done

notifications:
email: false
irc: "irc.freenode.org#infinitas"

0 comments on commit 8169c4c

Please sign in to comment.