minify/.travis.yml
2017-06-08 09:14:37 +02:00

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