Simplify Travis config file to get it working.

This commit is contained in:
GaryJones 2012-12-04 02:02:40 +00:00
parent 2890e3cd33
commit a404154b2c
1 changed files with 0 additions and 9 deletions

View File

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