mailgun-php/.travis.yml

11 lines
130 B
YAML
Raw Normal View History

2013-07-26 02:50:54 +04:00
language: php
php:
- 5.3
2013-07-26 02:50:54 +04:00
- 5.4
- 5.5
before_script:
- echo 'Installing composer dependencies now!'
2013-07-29 03:16:22 +04:00
- composer install