Added consult for travis.

This commit is contained in:
李铭昕 2019-07-06 12:47:45 +08:00
parent 5585ae6887
commit 931fa711f7
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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