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

16 lines
184 B
YAML
Raw Permalink Normal View History

2015-06-26 17:05:48 +03:00
language: php
php:
- 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
- 7.2
2018-05-16 00:41:41 +08:00
matrix:
include:
- php: 5.3
dist: precise
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