Add Travis CI configuration

This commit is contained in:
Michal Čihař 2012-10-18 09:05:47 +02:00
parent 060d7afd6d
commit 6c166b78a9

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: php
php:
- "5.4"
- "5.3"
script: phpunit --configuration phpunit.xml.dist