mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-21 20:16:03 +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
|
||||
- 7.0
|
||||
- 7.1
|
||||
- hhvm
|
||||
|
||||
env:
|
||||
- TEST_COMMAND="composer test-all"
|
||||
@ -21,6 +20,8 @@ matrix:
|
||||
include:
|
||||
- php: 5.5
|
||||
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" PREFER_COVERAGE=true
|
||||
- php: hhvm
|
||||
dist: trusty
|
||||
|
||||
install:
|
||||
- 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.
|
||||
|
||||
## 2.3.3
|
||||
|
||||
### Changed
|
||||
|
||||
- Using stable version of `php-http/multipart-stream-builder`
|
||||
- Improved tests
|
||||
|
||||
## 2.3.2
|
||||
|
||||
### Fixed
|
||||
|
Loading…
Reference in New Issue
Block a user