Adding .travis.yml

This commit is contained in:
2014-08-08 18:11:20 -05:00
parent b166fd3497
commit 6dcb89742e

16
.travis.yml Normal file
View File

@@ -0,0 +1,16 @@
language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- composer self-update
- composer update --prefer-source
- composer install --no-interaction --dev --prefer-source
script:
- ./vendor/bin/phpunit