Skip to content

Commit 0401754

Browse files
Add -B flag in travis file (#144)
This disables the downloading progress of the mvn site command
1 parent 46d9f90 commit 0401754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ after_script:
3232

3333
before_deploy:
3434
- rm -rf docs
35-
- mvn site
35+
- mvn site -B
3636
- mvn clean
3737

3838
deploy:
@@ -41,4 +41,4 @@ deploy:
4141
github-token: $GITHUB_TOKEN
4242
local_dir: docs/
4343
on:
44-
branch: master
44+
branch: master

0 commit comments

Comments
 (0)