miniflux-legacy/.travis.yml

21 lines
262 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:
2016-12-26 21:07:18 +01:00
- ./vendor/bin/phpunit -c tests/phpunit.unit.sqlite.xml
- ./vendor/bin/phpunit -c tests/phpunit.unit.postgres.xml