You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/05/31 12:38:09 UTC

[commons-numbers] branch master updated (6149601 -> 582664b)

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

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


    from 6149601  Merge branch 'NUMBERS-109__karl'
     new c429537  [NUMBERS-105] - Build Configuration for Travis executes build twice
     new 327d3de  NUMBERS-105: Document potentially confusing statement (Travis).
     new 582664b  Merge branch 'NUMBERS-105__karl'

The 3 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 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


[commons-numbers] 01/03: [NUMBERS-105] - Build Configuration for Travis executes build twice

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c42953742ae6a7c858af8569200942a367047856
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu May 30 14:14:35 2019 +0200

    [NUMBERS-105] - Build Configuration for Travis executes build twice
---
 .travis.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index da28de7..6be3d71 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,5 +18,10 @@ language: java
 jdk:
   - openjdk8
 
-after_success:
+# We skip the installation step,
+# cause everything must run without
+# preliminary installation.
+install: true
+
+script:
   - mvn clean test pmd:pmd findbugs:findbugs checkstyle:checkstyle jacoco:report coveralls:report


[commons-numbers] 02/03: NUMBERS-105: Document potentially confusing statement (Travis).

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 327d3ded7205578cc699fe0cc6b4ee55c6c39e63
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Fri May 31 14:33:21 2019 +0200

    NUMBERS-105: Document potentially confusing statement (Travis).
---
 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6be3d71..88452ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,9 +18,8 @@ language: java
 jdk:
   - openjdk8
 
-# We skip the installation step,
-# cause everything must run without
-# preliminary installation.
+# Skip the installation step:
+#   https://docs.travis-ci.com/user/job-lifecycle/#skipping-the-installation-phase
 install: true
 
 script:


[commons-numbers] 03/03: Merge branch 'NUMBERS-105__karl'

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 582664ba98df0ff4f69dae4ae95765bd569e9156
Merge: 6149601 327d3de
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Fri May 31 14:35:45 2019 +0200

    Merge branch 'NUMBERS-105__karl'
    
    Closes #40.

 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)