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 @@ -161,23 +161,9 @@ the `.mvn` configuration, so if you find you have to do it to make a
161161build succeed, please raise a ticket to get the settings added to
162162source control.
163163
164- For hints on how to build the project look in `.travis.yml` if there
165- is one. There should be a "script" and maybe "install" command. Also
166- look at the "services" section to see if any services need to be
167- running locally (e.g. mongo or rabbit). Ignore the git-related bits
168- that you might find in "before_install" since they're related to setting git
169- credentials and you already have those.
170-
171- The projects that require middleware generally include a
172- `docker-compose.yml`, so consider using
173- https://docs.docker.com/compose/[Docker Compose] to run the middeware servers
174- in Docker containers. See the README in the
175- https://github.com/spring-cloud-samples/scripts[scripts demo
176- repository] for specific instructions about the common cases of mongo,
177- rabbit and redis.
178-
179- NOTE: If all else fails, build with the command from `.travis.yml` (usually
180- `./mvnw install`).
164+ The projects that require middleware (i.e. Redis) for testing generally
165+ require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
166+
181167
182168=== Documentation
183169
You can’t perform that action at this time.
0 commit comments