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

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

commit 6698b7d21cd421aefda19f06ef684b31440d4ed0
Author: aherbert <aherb...@apache.org>
AuthorDate: Wed Jun 9 16:54:05 2021 +0100

    Travis to use default maven goal.
    
    After success do not repeat the tests. jacoco can be run directly as the
    results are already present.
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 44fa4f8..d96d298 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,5 +31,8 @@ branches:
     - master
     - MATH_3_X
 
+script:
+    - mvn
+
 after_success:
-  - mvn clean test jacoco:report coveralls:report
+  - mvn jacoco:report coveralls:report

Reply via email to