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:54:48 UTC

[commons-fileupload] branch master updated: Adding power support (#20)

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


The following commit(s) were added to refs/heads/master by this push:
     new 425a476  Adding power support (#20)
425a476 is described below

commit 425a476d7cb8576bc09b9a8eddadc4925c514044
Author: lysannef <43...@users.noreply.github.com>
AuthorDate: Mon Aug 5 18:24:43 2019 +0530

    Adding power support (#20)
    
    Signed-off-by: lysannef <ly...@us.ibm.com>
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 09131fb..4608ae3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,10 @@
 
 language: java
 sudo: false
-
+matrix:
+  include:
+    - os: linux-ppc64le
+      jdk: openjdk8
 jdk:
   - oraclejdk8
   - oraclejdk11