minify/.travis.yml

22 lines
243 B
YAML
Raw Normal View History

2017-06-01 16:08:32 +02:00
dist: trusty
2014-10-08 16:18:45 +02:00
language: php
2014-10-08 16:37:31 +02:00
2014-10-08 16:18:45 +02:00
php:
2017-01-26 09:56:37 +01:00
- 7.1
- 7.0
2014-10-08 16:37:31 +02:00
- 5.6
2014-10-08 16:18:45 +02:00
- 5.5
- 5.4
2014-10-08 16:37:31 +02:00
- hhvm
before_script:
2016-01-14 11:56:25 -08:00
- pip install --user codecov
- composer self-update && composer install --dev
2014-10-12 10:06:21 +02:00
2015-12-17 22:37:46 +01:00
script:
- ./vendor/bin/phpunit
2016-01-14 11:56:25 -08:00
after_success:
- codecov