Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Make mvn less chatty.
  • Loading branch information
cbeer committed Jul 31, 2013
1 parent 778fb56 commit e9eb515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ jdk:
before_script:
- "echo $JAVA_OPTS"
- "export JAVA_OPTS=-Xmx512m"
install: JAVA_OPTS=-Xmx512m mvn install
install: JAVA_OPTS=-Xmx512m mvn install -q -DskipTests=true
branches:
only:
- master
Expand Down

0 comments on commit e9eb515

Please sign in to comment.