You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/19 14:38:29 UTC

[commons-validator] branch master updated (e614670 -> 603cc5a)

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

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


    from e614670  Use Byte.valueOf rather than new Byte etc
     new 4fc0838  Add Java6 & 7
     new 603cc5a  Add Java6 & 7

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 | 72 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 37 insertions(+), 35 deletions(-)


[commons-validator] 02/02: Add Java6 & 7

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

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

commit 603cc5a72bfcac0c4fc0f94422fdcf5522fde50b
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 19 15:36:58 2020 +0100

    Add Java6 & 7
---
 .travis.yml | 74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 77d3fe1..44a8612 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,37 +1,37 @@
-# 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
-jdk:
-  - openjdk6
-  - openjdk7
-  - openjdk8
-  - openjdk11
-  - openjdk13
-  - openjdk14
-  - openjdk-ea
-
-matrix:
-  include:
-    - os: linux-ppc64le
-      jdk: openjdk8
-  allow_failures:
-    - jdk: openjdk-ea
-
-script:
-  - mvn clean test
-
-after_success:
-  - mvn clean cobertura:cobertura coveralls:report
+# 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
+jdk:
+  - openjdk6
+  - openjdk7
+  - openjdk8
+  - openjdk11
+  - openjdk13
+  - openjdk14
+  - openjdk-ea
+
+matrix:
+  include:
+    - os: linux-ppc64le
+      jdk: openjdk8
+  allow_failures:
+    - jdk: openjdk-ea
+
+script:
+  - mvn clean test
+
+after_success:
+  - mvn clean cobertura:cobertura coveralls:report


[commons-validator] 01/02: Add Java6 & 7

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

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

commit 4fc083824d3cf3baf1f86f577a5617d14ccb14cc
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jun 19 15:36:24 2020 +0100

    Add Java6 & 7
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d805e04..77d3fe1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,8 @@
 
 language: java
 jdk:
+  - openjdk6
+  - openjdk7
   - openjdk8
   - openjdk11
   - openjdk13
@@ -29,7 +31,7 @@ matrix:
     - jdk: openjdk-ea
 
 script:
-  - mvn
+  - mvn clean test
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report