stk2k/stream-logger

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - 7.0
  - 7.1
  - 7.2
  - 7.3

before_script:
  - composer install --dev --no-interaction

script:
  - echo $(phpenv version-name)
  - curl -sSfL -o ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit https://phar.phpunit.de/phpunit-6.5.9.phar
  - phpunit --version
  - phpunit --configuration phpunit.xml

after_script:
  - travis_retry php vendor/bin/php-coveralls -v