You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2020/12/24 09:22:04 UTC

[commons-ognl] branch master updated: Fixes maven build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 849c8f0  Fixes maven build
849c8f0 is described below

commit 849c8f0ce0039d285d433de753741a7fc56998d5
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Dec 24 10:21:50 2020 +0100

    Fixes maven build
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9b71e23..b39a4be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,5 +24,5 @@ jdk:
   - openjdk8
   - openjdk11
 
-after_success:
-  - mvn -V clean test package
+script:
+  - mvn -V -B clean test