Back to Testcontainers Java

Travis

docs/supported_docker_environment/continuous_integration/travis.md

2.0.5217 B
Original Source

Travis

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