mailgun-php/.travis.yml

11 lines
130 B
YAML
Raw Normal View History

2013-07-25 15:50:54 -07:00
language: php
php:
- 5.3
2013-07-25 15:50:54 -07:00
- 5.4
- 5.5
before_script:
- echo 'Installing composer dependencies now!'
2013-07-28 16:16:22 -07:00
- composer install