This repository has been archived on 2020-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pingan/vendor/phpunit/php-token-stream/.travis.yml
2020-08-06 16:37:53 +08:00

27 lines
394 B
YAML

language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
sudo: false
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false