We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34de11f + 987eb33 commit 62c1362Copy full SHA for 62c1362
.travis.yml
@@ -2,14 +2,15 @@ language: python
2
python: '2.7'
3
sudo: required
4
env:
5
-- PYTHONUNBUFFERED=1
+ - PYTHONUNBUFFERED=1
6
+ - MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
7
services:
-- docker
8
+ - docker
9
cache:
10
directories:
- - .autoconf
11
- - $HOME/.m2
+ - .autoconf
12
+ - $HOME/.m2
13
install:
-- pip install -U pip
14
+ - pip install -U pip
15
script:
-- mvn clean pre-integration-test -P withIntegrationTest && mvn failsafe:integration-test -P withIntegrationTest
16
+ - mvn -B clean pre-integration-test -P withIntegrationTest && mvn -B failsafe:integration-test -P withIntegrationTest
0 commit comments