Added travis.ci file

This commit is contained in:
Robert Hafner 2013-12-05 14:01:18 -08:00
parent 01f5ad02a8
commit 623461a926

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- tests/SetupEnvironment.sh
- composer install --dev
script: phpunit --verbose --coverage-text