mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
10 lines
128 B
YAML
10 lines
128 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
|
|
before_script:
|
|
- echo 'Installing composer dependencies now!'
|
|
- composer install --dev
|