Skip to content

Commit

Permalink
Add travis minimal configuration (#6056)
Browse files Browse the repository at this point in the history
Fixes #4373
  • Loading branch information
eddumelendez committed Oct 21, 2022
1 parent fa9b6b9 commit 263282b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
@@ -1,3 +1,15 @@
# Travis

> TODO
To run Testcontainers on TravisCI, docker needs to be installed. The configuration below
is the minimal required config.

```yaml
language: java
jdk:
- openjdk8

services:
- docker

script: ./mvnw verify
```
1 change: 1 addition & 0 deletions mkdocs.yml
Expand Up @@ -100,6 +100,7 @@ nav:
- supported_docker_environment/continuous_integration/gitlab_ci.md
- supported_docker_environment/continuous_integration/bitbucket_pipelines.md
- supported_docker_environment/continuous_integration/tekton.md
- supported_docker_environment/continuous_integration/travis.md
- supported_docker_environment/windows.md
- supported_docker_environment/logging_config.md
- supported_docker_environment/image_registry_rate_limiting.md
Expand Down

0 comments on commit 263282b

Please sign in to comment.