Part-DB.Part-DB-server/.travis.yml

16 lines
225 B
YAML
Raw Normal View History

language: php
2019-03-27 16:28:01 +01:00
env:
- SYMFONY_DEPRECATIONS_HELPER=disabled # Disable deprecation warnings
# 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