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 <lukaszlen...@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