mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Added PHP 5.6 and HHVM to travis.yml
This commit is contained in:
parent
e538430f54
commit
f4dec3fdc9
@ -4,6 +4,12 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
- 5.6
|
||||||
|
- hhvm
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo 'Installing composer dependencies now!'
|
- echo 'Installing composer dependencies now!'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user