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/08/05 12:04:10 UTC

[commons-collections] branch master updated: Adding power Support + fixed changes to eol (#79)

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


The following commit(s) were added to refs/heads/master by this push:
     new ea07264  Adding power Support + fixed changes to eol (#79)
ea07264 is described below

commit ea072640428c08e664321451838e7cf31f44c2b1
Author: lysannef <43...@users.noreply.github.com>
AuthorDate: Mon Aug 5 17:34:05 2019 +0530

    Adding power Support + fixed changes to eol (#79)
    
    Signed-off-by: lysannef <ly...@us.ibm.com>
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 812dedd..32859f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@
 language: java
 sudo: false
 
+matrix:
+  include:
+    - os: linux-ppc64le
+      jdk: openjdk8
 jdk:
   - oraclejdk8
   - oraclejdk11