Repository: commons-lang
Updated Branches:
  refs/heads/master 15f01c99c -> 5738b2943


run rat check before cobertura on travis to make it more visible in case it 
fails


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

Branch: refs/heads/master
Commit: 5738b2943c370e766c330557828b202fda5b125d
Parents: 15f01c9
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Dec 18 16:01:50 2016 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Dec 18 16:01:50 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/5738b294/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d141736..a969aba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,4 +22,4 @@ jdk:
   - oraclejdk8
 
 after_success:
-  - mvn clean cobertura:cobertura coveralls:report apache-rat:check
+  - mvn clean apache-rat:check cobertura:cobertura coveralls:report

Reply via email to