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/09/12 19:53:02 UTC

[commons-lang] branch master updated: Fix typo; thanks to Alex Herbert.

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


The following commit(s) were added to refs/heads/master by this push:
     new 15d9a6b  Fix typo; thanks to Alex Herbert.
15d9a6b is described below

commit 15d9a6b052f475f5ad25c1d9075ce16cdd0c1244
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 12 15:52:58 2019 -0400

    Fix typo; thanks to Alex Herbert.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 300a964..09ef4cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,4 +32,4 @@ script:
   - mvn
 
 after_success:
-  - mvn clean test acoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=all
+  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco javadoc:javadoc -Ddoclint=all