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