File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
docs/supported_docker_environment/continuous_integration Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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+ ` ` `
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments