Skip to content

Commit

Permalink
Add quiet parameter to maven install
Browse files Browse the repository at this point in the history
  • Loading branch information
CanBerker committed Jan 22, 2020
1 parent 03e8d77 commit 51ebf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty
sudo: false
before_script:
- _JAVA_OPTIONS="-Xmx8192m -Xms512m"
install: mvn install -DskipTests -Dgpg.skip
install: mvn install -DskipTests -Dgpg.skip --quiet
script:
- mvn clean compile assembly:single
- mvn -Dtest=FrontendTests test
Expand Down

0 comments on commit 51ebf13

Please sign in to comment.