mirror of
https://github.com/rlanvin/php-rrule.git
synced 2024-12-02 09:24:10 +01:00
13 lines
175 B
YAML
Executable File
13 lines
175 B
YAML
Executable File
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
install:
|
|
- composer install
|
|
- composer require --dev phpunit/phpunit "<6"
|
|
script:
|
|
- vendor/bin/phpunit |