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

15 lines
197 B
YAML
Executable File

dist: precise
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
install:
- composer install
- composer require --dev phpunit/phpunit "<6"
script:
- vendor/bin/phpunit