travis: run apache-rat, clirr, checkstyle and javadoc during the build

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/899edeb3
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/899edeb3
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/899edeb3

Branch: refs/heads/master
Commit: 899edeb3b6b1ed2745f22677a80b61b7b03ca812
Parents: 2bd24ca
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Sun Mar 19 19:28:21 2017 +0100
Committer: Pascal Schumacher <pascalschumac...@gmx.net>
Committed: Sun Mar 19 19:28:21 2017 +0100

----------------------------------------------------------------------
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/899edeb3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d51d8d8..8f4c08f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,5 +21,8 @@ jdk:
   - oraclejdk7
   - oraclejdk8
 
+script:
+  - mvn test apache-rat:check clirr:check checkstyle:check javadoc:javadoc
+
 after_success:
-  - mvn clean apache-rat:check test jacoco:report coveralls:report
+  - mvn clean test jacoco:report coveralls:report

Reply via email to