diff --git a/.travis.yml b/.travis.yml index 6c57468f..42755edb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ install: true language: java script: - - mvn -Prun-its,run-docker-its clean verify --batch-mode --fail-at-end + - mvn -T 1C -Prun-its,run-docker-its clean verify --batch-mode --fail-at-end # Make sure we stop the container # and remove the container independent diff --git a/pom.xml b/pom.xml index f88539d9..8e4b9c3a 100644 --- a/pom.xml +++ b/pom.xml @@ -255,6 +255,11 @@ org.apache.maven.plugins maven-surefire-plugin 2.22.2 + + classes + true + + org.apache.maven.plugins