mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 07:43:35 +01:00
19 lines
219 B
YAML
19 lines
219 B
YAML
language: php
|
|
|
|
php:
|
|
- 7
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- hhvm
|
|
|
|
before_script:
|
|
- pip install --user codecov
|
|
- composer self-update && composer install --dev
|
|
|
|
script:
|
|
- ./vendor/bin/phpunit
|
|
|
|
after_success:
|
|
- codecov
|