mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-16 13:03:13 +03:00
Prepare for 2.3.3 (#361)
* Update CHANGELOG.md * Make sure HHVM runs on Trusty
This commit is contained in:
parent
5976bcbb4e
commit
dd591edb3c
@ -11,7 +11,6 @@ php:
|
|||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
- hhvm
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TEST_COMMAND="composer test-all"
|
- TEST_COMMAND="composer test-all"
|
||||||
@ -21,6 +20,8 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" PREFER_COVERAGE=true
|
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" PREFER_COVERAGE=true
|
||||||
|
- php: hhvm
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
|
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
|
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
|
||||||
|
|
||||||
|
## 2.3.3
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Using stable version of `php-http/multipart-stream-builder`
|
||||||
|
- Improved tests
|
||||||
|
|
||||||
## 2.3.2
|
## 2.3.2
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user