Part-DB-server/.travis.yml

13 lines
147 B
YAML
Raw Normal View History

language: php
# Test for all supported PHP versions
php:
- '7.1'
- '7.2'
- '7.3'
2019-03-27 13:32:45 +01:00
install:
2019-03-27 16:00:08 +01:00
- composer install
script:
- php bin/phpunit