mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:54:04 +00:00
9 lines
No EOL
133 B
YAML
9 lines
No EOL
133 B
YAML
language: php
|
|
php:
|
|
- '7.1'
|
|
- '7.2'
|
|
|
|
install:
|
|
- travis_retry composer install --no-interaction --dev
|
|
|
|
script: vendor/bin/phpunit |