Commit a1175a31a90cf721b241a79bce2f2427907c319c

Authored by Igor Kulikov
1 parent c61c3a90

Revert travis config

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
... ...