1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-21 10:54:14 +01:00
php-rrule/.travis.yml

13 lines
175 B
YAML
Raw Normal View History

2015-06-26 17:05:48 +03:00
language: php
php:
- 5.3
2015-06-26 17:05:48 +03:00
- 5.4
- 5.5
- 5.6
2016-11-11 20:20:52 +02:00
- 7.0
2017-03-29 14:27:26 +01:00
- 7.1
2015-06-26 17:05:48 +03:00
install:
2017-03-29 14:27:26 +01:00
- composer install
- composer require --dev phpunit/phpunit "<6"
script:
- vendor/bin/phpunit