We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbaf8f commit 17678d5Copy full SHA for 17678d5
.travis.yml
@@ -25,9 +25,9 @@ deploy:
25
branch: master
26
27
after_deploy:
28
-- git config --global user.email "travis@travis-ci.org"
29
-- git config --global user.name "travis-ci"
30
-git clone --quiet
+# TODO: Auto JavaDoc Gen
+#- git config --global user.email "travis@travis-ci.org"
+#- git config --global user.name "travis-ci"
31
32
branches:
33
only:
0 commit comments