Undo travis config simplification, as tests have now passed in the meantime.

This commit is contained in:
GaryJones 2012-12-04 02:07:00 +00:00
parent a404154b2c
commit 49ecd40ba5
1 changed files with 8 additions and 0 deletions

View File

@ -2,3 +2,11 @@ language: php
php:
- 5.3
- 5.4
before_script:
- composer selfupdate --quiet
- composer install --dev
- vendor/phpunit/phpunit/composer/bin/phpunit
notifications:
irc: "irc.freenode.org#garyj"