You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2021/05/28 18:10:56 UTC

[commons-fileupload] branch master updated: .travis.yml: * run default goal * Add -V --show-version * Add --no-transfer-progress

This is an automated email from the ASF dual-hosted git repository.

jochen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f6a784  .travis.yml: * run default goal * Add -V --show-version * Add --no-transfer-progress
     new 4531ac9  Merge pull request #100 from arturobernalg/feature/travis_goal
6f6a784 is described below

commit 6f6a784b00bcbe790ab6c2ae3ccda0d4b0c4f0f4
Author: Arturo Bernal <ar...@gmail.com>
AuthorDate: Fri May 28 19:34:40 2021 +0200

    .travis.yml:
    * run default goal
    * Add -V --show-version
    * Add --no-transfer-progress
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b080515..f6979f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,5 +27,8 @@ matrix:
   allow_failures:
     - jdk: openjdk-ea
 
+script:
+  - mvn -V --no-transfer-progress
+
 after_success:
-  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
+  - mvn -V clean test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress