Added .travis.yml

This commit is contained in:
James Brooks
2014-11-28 09:11:06 +00:00
parent dc263960e9
commit 822a8688e4

16
.travis.yml Normal file
View File

@@ -0,0 +1,16 @@
language: php
php:
- 5.4
- 5.5
- 5.6
matrix:
fast_finish: true
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- ./vendor/bin/phpunit --verbose --coverage-text