Skip to content

Commit 4ad1e42

Browse files
committed
Use quiet option to reduce logging on Travis
Gets us just under the 4MB limit.
1 parent fc06af5 commit 4ad1e42

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
@@ -7,7 +7,7 @@ install: /bin/true
77
notifications:
88
email:
99
10-
script: mvn install
10+
script: mvn -q install
1111
branches:
1212
only:
1313
- master

0 commit comments

Comments
 (0)