Refactoring
This commit is contained in:
22
lib/composer/vendor/phpunit/php-code-coverage/.travis.yml
vendored
Normal file
22
lib/composer/vendor/phpunit/php-code-coverage/.travis.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- nightly
|
||||
|
||||
sudo: false
|
||||
|
||||
before_install:
|
||||
- composer self-update
|
||||
|
||||
install:
|
||||
- travis_retry composer install --no-interaction --prefer-source
|
||||
|
||||
script:
|
||||
|
||||
- vendor/bin/phpunit --configuration build
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
Reference in New Issue
Block a user