Travis CI

Added config file for travis-ci.org
This commit is contained in:
Chris Boden 2012-01-30 23:17:21 -05:00
parent 6f244fc659
commit d0e730ddfe

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: php
php:
- 5.3
before_script:
- wget --quiet http://getcomposer.org/composer.phar
- php composer.phar install
script: phpunit