mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 06:14:40 +01:00
22 lines
243 B
YAML
22 lines
243 B
YAML
dist: trusty
|
|
|
|
language: php
|
|
|
|
php:
|
|
- 7.1
|
|
- 7.0
|
|
- 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
|