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

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b8af98  JEXL: use same travis config as commons-lang
4b8af98 is described below

commit 4b8af98dc12e13706ef602495b84f184ae141c68
Author: henrib <[email protected]>
AuthorDate: Mon Mar 29 12:35:53 2021 +0200

    JEXL: use same travis config as commons-lang
---
 .travis.yml | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6b2bafd..b3d70b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,18 +14,23 @@
 # limitations under the License.
 
 language: java
-sudo: false
+
 cache:
   directories:
     - $HOME/.m2
+
+jdk:
+  - openjdk8
+  - openjdk11
+  - openjdk15
+  - openjdk-ea
+
 matrix:
-  include:
-    - jdk: openjdk8
-    - jdk: openjdk11
-    - jdk: openjdk15
-    - jdk: openjdk-ea
   allow_failures:
     - jdk: openjdk-ea
-after_success:
-  - mvn -V --no-transfer-progress clean test jacoco:report coveralls:report
 
+script:
+  - 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