Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed quiet (-q) option from mvn travis command so I can investigat…
…e the build failure
  • Loading branch information
fasseg committed Oct 29, 2013
1 parent e8c1303 commit 08757af
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 -q -DskipTests=true
install: JAVA_OPTS=-Xmx512m mvn install -DskipTests=true
branches:
only:
- master
Expand Down

0 comments on commit 08757af

Please sign in to comment.