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

Adding Travis config file

This commit is contained in:
rlanvin 2015-06-26 17:05:48 +03:00
parent 8a20641693
commit b943f9f55b

7
.travis.yml Executable file
View File

@ -0,0 +1,7 @@
language: php
php:
- 5.4
- 5.5
- 5.6
install:
- composer install