miniflux-legacy/.travis.yml

20 lines
182 B
YAML
Raw Normal View History

git:
depth: 3
language: php
2016-08-18 03:06:43 +02:00
sudo: false
php:
2016-08-18 03:06:43 +02:00
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
2016-08-18 03:06:43 +02:00
before_script:
- composer install
script:
- phpunit -c tests/phpunit.unit.xml