mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
Added consult for travis.
This commit is contained in:
parent
5585ae6887
commit
931fa711f7
@ -41,6 +41,7 @@ install:
|
||||
- phpenv config-rm xdebug.ini || echo "xdebug not available"
|
||||
- phpenv config-add .travis/ci.ini
|
||||
- bash .travis/setup.mysql.sh
|
||||
- docker run -d --name=dev-consul -e CONSUL_BIND_INTERFACE=eth0 -p 8500:8500 consul
|
||||
|
||||
before_script:
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
|
@ -15,6 +15,7 @@
|
||||
- [#131](https://github.com/hyperf-cloud/hyperf/pull/131) Fixed property middlewares not work in `Router::addGroup`.
|
||||
- [#132](https://github.com/hyperf-cloud/hyperf/pull/132) Fixed request->hasFile does not work expected.
|
||||
- [#135](https://github.com/hyperf-cloud/hyperf/pull/135) Fixed response->redirect does not work expected.
|
||||
- [#139](https://github.com/hyperf-cloud/hyperf/pull/139) Fixed ConsulAgent baseUri will be replaced by Default BaseUri.
|
||||
|
||||
# Removed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user