You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/10/14 17:19:13 UTC

[commons-validator] branch master updated (be64059 -> 57a8ade)

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

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


    from be64059  Reorganise to proposed layout standard
     new 0f46dce  Add .gitignore file.
     new 57a8ade  Update Travis CI Java builds.

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:
 .gitignore  |  4 ++++
 .travis.yml | 18 ++++++++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)
 create mode 100644 .gitignore


[commons-validator] 02/02: Update Travis CI Java builds.

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

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

commit 57a8ade1cb70e096ea6ff17f557439da3011b22d
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Mon Oct 14 13:19:09 2019 -0400

    Update Travis CI Java builds.
---
 .travis.yml | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fc2a03a..7febcfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,11 +14,21 @@
 # limitations under the License.
 
 language: java
-sudo: false
-
 jdk:
-  - openjdk7
-  - oraclejdk8
+  - openjdk8
+  - openjdk11
+  - openjdk13
+  - openjdk-ea
+
+matrix:
+  include:
+    - os: linux-ppc64le
+      jdk: openjdk8
+  allow_failures:
+    - jdk: openjdk-ea
+
+script:
+  - mvn
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report


[commons-validator] 01/02: Add .gitignore file.

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

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

commit 0f46dce8bfabe82c130bcd89ebbf250074f45693
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Mon Oct 14 13:18:24 2019 -0400

    Add .gitignore file.
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8bd3a05
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/target/
+/.settings/
+/.classpath
+/.project