Drop build of javadocs and asciidoc dryrun from travis
Trying to shorten up the logs in travis a bit.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b70f3c74
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/b70f3c74
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/b70f3c74
Branch: refs/heads/TINKERPOP3-1014
Commit: b70f3c744ead6d1605aa4d2b88073d014ad4df13
Parents: cdc063a
Author: Stephen Mallette <spmva@genoprime.com>
Authored: Thu Dec 3 09:44:22 2015 -0500
Committer: Stephen Mallette <spmva@genoprime.com>
Committed: Thu Dec 3 09:44:22 2015 -0500
----------------------------------------------------------------------
.travis.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b70f3c74/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8619a81..a8f56e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,4 @@ addons:
packages:
- oracle-java8-installer
script:
- - "mvn clean install"
- - "bin/process-docs.sh --dryRun"
- - "mvn process-resources -Djavadoc"
\ No newline at end of file
+ - "mvn clean install"
\ No newline at end of file
|