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/07/29 13:22:21 UTC

[commons-configuration] branch master updated: Adding Power Support (#31)

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


The following commit(s) were added to refs/heads/master by this push:
     new 55d3122  Adding Power Support (#31)
55d3122 is described below

commit 55d3122dc4ba3027ad461bd5d37ad30ba4fe97a0
Author: lysannef <43...@users.noreply.github.com>
AuthorDate: Mon Jul 29 18:52:16 2019 +0530

    Adding Power Support (#31)
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6e76aa7..b414724 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,11 @@
 language: java
 sudo: false
 
+matrix:
+  include:
+    - os: linux-ppc64le
+      jdk: openjdk8
+
 jdk:
   - oraclejdk8
   - oraclejdk11