Commit cf0d74dd780c88be349f620ba69bd2500426e46f

Authored by Igor Kulikov
1 parent 78f75440

Update travis config

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