Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -9,5 +9,4 @@ language: java |
9 | 9 | sudo: required |
10 | 10 | services: |
11 | 11 | - docker |
12 | -install: travis_wait 30 mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V | |
13 | -script: travis_wait 30 mvn clean verify -Ddockerfile.skip=false -DblackBoxTests.skip=false -DblackBoxTests.skipTailChildContainers=true | |
12 | +script: mvn clean verify -Ddockerfile.skip=false -DblackBoxTests.skip=false -DblackBoxTests.skipTailChildContainers=true | ... | ... |