You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/03/06 18:28:15 UTC

[4/5] [lang] Add javadoc creation to Travis CI (closes #252)

Add javadoc creation to Travis CI (closes #252)


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

Branch: refs/heads/master
Commit: 0ba25aa97bf80e001645bcb1fb597c7f704b0f29
Parents: 7337507
Author: Allon Mureinik <am...@redhat.com>
Authored: Sun Mar 5 18:03:01 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Mon Mar 6 19:27:36 2017 +0100

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/0ba25aa9/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a969aba..4e3fd53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,5 +21,8 @@ jdk:
   - oraclejdk7
   - oraclejdk8
 
+script:
+  - mvn test javadoc:javadoc -B
+
 after_success:
   - mvn clean apache-rat:check cobertura:cobertura coveralls:report