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 5c3e4cc commit 9d16626Copy full SHA for 9d16626
.travis.yml
@@ -20,7 +20,6 @@ before_install:
20
- google-chrome-stable --remote-debugging-port=9222 http://localhost &
21
- chmod ugo+x scripts/publish-javadocs-to-github-pages.sh
22
23
-
24
addons:
25
firefox: latest
26
@@ -37,7 +36,9 @@ deploy:
37
36
on:
38
all_branches: true
39
- provider: script
40
- script: ./scripts/publish-javadocs-to-github-pages.sh
+ script:
+ - mvn javadoc:javadoc
41
+ - ./scripts/publish-javadocs-to-github-pages.sh
42
43
44
0 commit comments