File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -153,23 +153,9 @@ the `.mvn` configuration, so if you find you have to do it to make a
153153build succeed, please raise a ticket to get the settings added to
154154source control.
155155
156- For hints on how to build the project look in `.travis.yml` if there
157- is one. There should be a "script" and maybe "install" command. Also
158- look at the "services" section to see if any services need to be
159- running locally (e.g. mongo or rabbit). Ignore the git-related bits
160- that you might find in "before_install" since they're related to setting git
161- credentials and you already have those.
162-
163- The projects that require middleware generally include a
164- `docker-compose.yml`, so consider using
165- https://docs.docker.com/compose/[Docker Compose] to run the middeware servers
166- in Docker containers. See the README in the
167- https://github.com/spring-cloud-samples/scripts[scripts demo
168- repository] for specific instructions about the common cases of mongo,
169- rabbit and redis.
170-
171- NOTE: If all else fails, build with the command from `.travis.yml` (usually
172- `./mvnw install`).
156+ The projects that require middleware (i.e. Redis) for testing generally
157+ require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
158+
173159
174160=== Documentation
175161
You can’t perform that action at this time.
0 commit comments