minify/.travis.yml
2017-12-06 13:46:42 +01:00

23 lines
251 B
YAML

dist: trusty
language: php
php:
- 7.2
- 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