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

jochen 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 117b602  fix travis-ci scripts
117b602 is described below

commit 117b602454b7384e7009c3e50baa001de4ab2fbe
Author: XenoAmess <xenoam...@gmail.com>
AuthorDate: Tue May 26 12:30:45 2020 +0800

    fix travis-ci scripts
---
 .travis.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 355cac1..61b8d77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,10 +15,15 @@
 
 language: java
 sudo: false
+cache:
+  directories:
+    - $HOME/.m2
 matrix:
   include:
     - os: linux-ppc64le
       jdk: openjdk8
+  allow_failures:
+    - jdk: openjdk-ea
 jdk:
   - oraclejdk11
   - openjdk8
@@ -29,4 +34,4 @@ jdk:
   - openjdk-ea
 
 after_success:
-  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
\ No newline at end of file
+  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco

Reply via email to