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

12 lines
130 B
YAML
Raw Normal View History

2015-06-26 17:05:48 +03:00
language: php
php:
- 5.6
2016-11-11 20:20:52 +02:00
- 7.0
2017-03-29 14:27:26 +01:00
- 7.1
- 7.2
2019-01-14 02:04:42 +00:00
- 7.3
2020-02-26 10:31:03 +01:00
- 7.4
2015-06-26 17:05:48 +03:00
install:
2018-05-16 00:41:41 +08:00
- composer install -n
2017-03-29 14:27:26 +01:00
script:
- vendor/bin/phpunit