Skip to content

Commit 17678d5

Browse files
committed
Fix travis.yml
1 parent 3cbaf8f commit 17678d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ deploy:
2525
branch: master
2626

2727
after_deploy:
28-
- git config --global user.email "travis@travis-ci.org"
29-
- git config --global user.name "travis-ci"
30-
git clone --quiet
28+
# TODO: Auto JavaDoc Gen
29+
#- git config --global user.email "travis@travis-ci.org"
30+
#- git config --global user.name "travis-ci"
3131

3232
branches:
3333
only:

0 commit comments

Comments
 (0)