Skip to content

Commit e84e63e

Browse files
committed
Maven builds don't have to be quiet
1 parent a41067e commit e84e63e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ env:
88
- TESTFOLDER=concurrency
99
- TESTFOLDER=ejb
1010
- TESTFOLDER=el
11-
- TESTFOLDER=extra
1211
- TESTFOLDER=interceptor
1312
- TESTFOLDER=jacc
1413
- TESTFOLDER=jaspic
@@ -26,6 +25,6 @@ env:
2625
- TESTFOLDER=websocket
2726

2827

29-
install: mvn install --quiet -DskipTests=true -Dmaven.javadoc.skip=true -B -V
28+
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
3029

31-
script: mvn --quiet --batch-mode --fail-at-end --projects $TESTFOLDER --also-make-dependents install 2>&1
30+
script: mvn --batch-mode --fail-at-end --projects $TESTFOLDER --also-make-dependents install 2>&1

0 commit comments

Comments
 (0)