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 2017/07/14 18:50:46 UTC

[lang] Apply patch for Travis-CI build: https://github.com/apache/commons-lang/pull/277

Repository: commons-lang
Updated Branches:
  refs/heads/master 1571050a1 -> 187a05b8a


Apply patch for Travis-CI build:
https://github.com/apache/commons-lang/pull/277

Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/187a05b8
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/187a05b8
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/187a05b8

Branch: refs/heads/master
Commit: 187a05b8a4db364af9d1c8ff4eb422082c30a1ff
Parents: 1571050
Author: Amey Jadiye <am...@gmail.com>
Authored: Fri Jul 14 11:50:43 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Jul 14 11:50:43 2017 -0700

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/187a05b8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f0a6c49..1d9c9cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ jdk:
   - oraclejdk8
 
 script:
-  - mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc -B
+  - mvn
 
 after_success:
   - mvn clean cobertura:cobertura coveralls:report