Add travis config file

This commit is contained in:
GaryJones 2012-12-04 01:28:30 +00:00
parent 87a4b17394
commit 391a3f2a91
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
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"