Skip to content

Commit 3a880f3

Browse files
committed
change maven build to only error to reduce logs
1 parent 7bec756 commit 3a880f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
install: true
2121

2222
script:
23-
- mvn clean install -DskipITs
23+
- mvn clean install -DskipITs -q
2424
- sed -i -e "s/VERSION_NAME/${VERSION}/g" ./bintray.json || true
2525

2626
after_success:

0 commit comments

Comments
 (0)