WebApp-Component/.travis.yml

13 lines
156 B
YAML
Raw Normal View History

2019-02-27 12:05:01 +00:00
language: php
php:
- 7.1
- 7.2
- 7.3
script:
- php vendor/bin/phpunit -v -c test/phpunit.xml --coverage-text
before_script:
- composer install