mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-04-11 01:02:23 +02:00
11 lines
122 B
YAML
Executable File
11 lines
122 B
YAML
Executable File
language: php
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
install:
|
|
- composer install -n
|
|
script:
|
|
- vendor/bin/phpunit |