diff options
Diffstat (limited to 'vendor/sabre/vobject/.travis.yml')
-rw-r--r-- | vendor/sabre/vobject/.travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/sabre/vobject/.travis.yml b/vendor/sabre/vobject/.travis.yml new file mode 100644 index 000000000..6bf8b7592 --- /dev/null +++ b/vendor/sabre/vobject/.travis.yml @@ -0,0 +1,9 @@ +language: php +php: + - 5.3 + - 5.4 + - 5.5 + +script: phpunit --configuration tests/phpunit.xml + +before_script: composer install |