Skip to content

Commit 62c1362

Browse files
authored
Merge pull request #56 from jenkinsci/fix_travis
Silence maven to fix travis log buffer problem
2 parents 34de11f + 987eb33 commit 62c1362

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ language: python
22
python: '2.7'
33
sudo: required
44
env:
5-
- PYTHONUNBUFFERED=1
5+
- PYTHONUNBUFFERED=1
6+
- MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
67
services:
7-
- docker
8+
- docker
89
cache:
910
directories:
10-
- .autoconf
11-
- $HOME/.m2
11+
- .autoconf
12+
- $HOME/.m2
1213
install:
13-
- pip install -U pip
14+
- pip install -U pip
1415
script:
15-
- 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

Comments
 (0)