mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 13:43:30 +03:00
Merge pull request #51 from Nyholm/patch-1
Added PHP 5.6 and HHVM to travis.yml
This commit is contained in:
commit
7f2fa66030
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ php:
|
|||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- hhvm
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
|
||||
before_script:
|
||||
- echo 'Installing composer dependencies now!'
|
||||
|
|
Loading…
Add table
Reference in a new issue