jaroslavtyc/drd-plus-health

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
php:
  - nightly
  - 7.2
  - 7.1
matrix:
  allow_failures:
    - php: nightly

before_script:
  - composer selfupdate
  - composer update --no-interaction --prefer-dist
  - composer require codeclimate/php-test-reporter:dev-master --dev

script:
  - ./vendor/phpunit/phpunit/phpunit -v --coverage-clover build/logs/clover.xml

after_script:
  - CODECLIMATE_REPO_TOKEN=9a39a14bb9d21ddb48907933abfe683adf32e64e7966ba9b7cb6416e9f6a970e ./vendor/bin/test-reporter