Andrew Shvayka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
|
|
@ -9,4 +9,4 @@ language: java |
|
|
|
sudo: required |
|
|
|
services: |
|
|
|
- docker |
|
|
|
script: mvn clean verify -Ddockerfile.skip=false -DblackBoxTests.skip=false -DblackBoxTests.skipTailChildContainers=true |
|
|
|
script: mvn clean verify -Ddockerfile.skip=false |
|
|
|
|