You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/06/05 21:37:12 UTC

[commons-statistics] branch master updated (cec47e2 -> f925037)

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

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


    from cec47e2  Use a single build goal
     new fac66fa  Update README badges
     new f925037  Disable Travis CI

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                               | 30 ------------------------------
 README.md                                 |  4 ++--
 commons-statistics-distribution/README.md |  4 ++--
 commons-statistics-regression/README.md   |  4 ++--
 4 files changed, 6 insertions(+), 36 deletions(-)
 delete mode 100644 .travis.yml


[commons-statistics] 01/02: Update README badges

Posted by ah...@apache.org.
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-statistics.git

commit fac66fadbce3b06ef8630f0f44d52a7b9cc5434e
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Jun 5 22:36:27 2022 +0100

    Update README badges
    
    coveralls to codecov
    travis to GH actions
---
 README.md                                 | 4 ++--
 commons-statistics-distribution/README.md | 4 ++--
 commons-statistics-regression/README.md   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 580bcfd..e52c051 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,8 @@
 Apache Commons Statistics
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-statistics.svg?branch=master)](https://travis-ci.org/apache/commons-statistics)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-statistics/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-statistics)
+[![Build Status](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
+[![Coverage Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/)
 [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
diff --git a/commons-statistics-distribution/README.md b/commons-statistics-distribution/README.md
index 623b18d..eda8837 100644
--- a/commons-statistics-distribution/README.md
+++ b/commons-statistics-distribution/README.md
@@ -43,8 +43,8 @@
 Apache Commons Statistics Distribution
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-statistics-distribution.svg?branch=master)](https://travis-ci.org/apache/commons-statistics-distribution)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-statistics-distribution/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-statistics-distribution)
+[![Build Status](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
+[![Coverage Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-distribution/)
 [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
diff --git a/commons-statistics-regression/README.md b/commons-statistics-regression/README.md
index 6f144e6..8759407 100644
--- a/commons-statistics-regression/README.md
+++ b/commons-statistics-regression/README.md
@@ -43,8 +43,8 @@
 Apache Commons Statistics Regression
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-statistics-regression.svg?branch=master)](https://travis-ci.org/apache/commons-statistics-regression)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-statistics-regression/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-statistics-regression)
+[![Build Status](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
+[![Coverage Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-regression/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-statistics-regression/)
 [![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 


[commons-statistics] 02/02: Disable Travis CI

Posted by ah...@apache.org.
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-statistics.git

commit f92503754d0e267fed5193aa5bab7b86fef4211d
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Jun 5 22:36:54 2022 +0100

    Disable Travis CI
---
 .travis.yml | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e6d7d4d..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-language: java
-sudo: false
-
-cache:
-  directories:
-    - "$HOME/.m2"
-
-jdk:
-  - openjdk8
-
-script:
-  - mvn
-
-after_success:
-  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco