%PDF- %PDF-
Direktori : /var/www/html/management/vendor/httpoz/roles/ |
Current File : /var/www/html/management/vendor/httpoz/roles/.travis.yml |
language: php dist: trusty php: - 7.1 matrix: fast_finish: true allow_failures: - php: 7.1 before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN