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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new c147084  No reason to build specifically on linux-ppc64le. Format.
c147084 is described below

commit c147084647c53626d4100ae7b643a557f47be34e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Aug 8 19:09:42 2020 -0400

    No reason to build specifically on linux-ppc64le.
    Format.
---
 .travis.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 25e27d7..f395853 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,21 +14,23 @@
 # limitations under the License.
 
 language: java
+
 cache:
   directories:
     - $HOME/.m2
+
 jdk:
   - openjdk8
   - openjdk11
   - openjdk14
   - openjdk-ea
+
 matrix:
-  include:
-    - os: linux-ppc64le
-      jdk: openjdk8
   allow_failures:
     - jdk: openjdk-ea
+
 script:
-  - mvn -V --no-transfer-progress 
+  - mvn -V --no-transfer-progress
+ 
 after_success:
   - mvn -V --no-transfer-progress clean test jacoco:report coveralls:report 
-Ptravis-jacoco javadoc:javadoc -Ddoclint=all

Reply via email to