Part-DB-server/.travis.yml

11 lines
130 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
- nightly
install:
- composer install