Skip to content

Commit 263282b

Browse files
authored
Add travis minimal configuration (#6056)
Fixes #4373
1 parent fa9b6b9 commit 263282b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Travis
22

3-
> TODO
3+
To run Testcontainers on TravisCI, docker needs to be installed. The configuration below
4+
is the minimal required config.
5+
6+
```yaml
7+
language: java
8+
jdk:
9+
- openjdk8
10+
11+
services:
12+
- docker
13+
14+
script: ./mvnw verify
15+
```

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ nav:
100100
- supported_docker_environment/continuous_integration/gitlab_ci.md
101101
- supported_docker_environment/continuous_integration/bitbucket_pipelines.md
102102
- supported_docker_environment/continuous_integration/tekton.md
103+
- supported_docker_environment/continuous_integration/travis.md
103104
- supported_docker_environment/windows.md
104105
- supported_docker_environment/logging_config.md
105106
- supported_docker_environment/image_registry_rate_limiting.md

0 commit comments

Comments
 (0)