Skip to content

Commit

Permalink
[HWKMETRICS-204] increase log level for travis to avoid 4 MB limit
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Aug 18, 2015
1 parent c714f84 commit 40911ab
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 @@ -43,7 +43,7 @@ before_install:
install:
- mvn -version -B
script:
- mvn verify -Dwildfly.logging.console.level=DEBUG -Djboss-as.logging.console.level=DEBUG -B
- mvn verify -Dwildfly.logging.console.level=INFO -Djboss-as.logging.console.level=INFO -B
after_failure: bash .travis.diagnose.sh
after_success:
- PROJECT_VERSION=`mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -v '\['`
Expand Down

0 comments on commit 40911ab

Please sign in to comment.