Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -9,4 +9,5 @@ language: java |
9 | 9 | sudo: required |
10 | 10 | services: |
11 | 11 | - docker |
12 | -script: travis_wait 50 mvn clean verify -Ddockerfile.skip=false -DblackBoxTests.skip=false -DblackBoxTests.skipTailChildContainers=true | |
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 | ... | ... |