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