Skip to content

Commit

Permalink
Reduce log output in Travis build (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Mar 30, 2020
1 parent 5bf5492 commit b93c3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
install:
- mvn install -q -Dmaven.test.skip -Dmaven.javadoc.skip -B -V
script:
- mvn verify -Dfester.s3.bucket="${AWS_BUCKET}" -Dfester.s3.access_key="${AWS_ACCESS_KEY_ID}" -Dfester.s3.secret_key="${AWS_SECRET_ACCESS_KEY}"
- mvn verify -q -Dfester.s3.bucket="${AWS_BUCKET}" -Dfester.s3.access_key="${AWS_ACCESS_KEY_ID}" -Dfester.s3.secret_key="${AWS_SECRET_ACCESS_KEY}"
# Cache the local Maven repo to save time
cache:
directories:
Expand Down

0 comments on commit b93c3c1

Please sign in to comment.