diff options
Diffstat (limited to 'public/system/storage/vendor/guzzlehttp/log-subscriber/.travis.yml')
-rw-r--r-- | public/system/storage/vendor/guzzlehttp/log-subscriber/.travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/system/storage/vendor/guzzlehttp/log-subscriber/.travis.yml b/public/system/storage/vendor/guzzlehttp/log-subscriber/.travis.yml new file mode 100644 index 0000000..4355f26 --- /dev/null +++ b/public/system/storage/vendor/guzzlehttp/log-subscriber/.travis.yml @@ -0,0 +1,13 @@ +language: php + +php: + - 5.4 + - 5.5 + - 5.6 + - hhvm + +before_script: + - composer self-update + - composer install --no-interaction --prefer-source --dev + +script: vendor/bin/phpunit |