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 3e01686 commit 67ab123Copy full SHA for 67ab123
.travis.yml
@@ -26,6 +26,13 @@ script:
26
27
# Deploy build artifacts. Travis does not invoke this step for pull request builds
28
deploy:
29
+ # Publish API documentation to GitHub Pages
30
+ - provider: pages
31
+ github_token: $GITHUB_API_KEY
32
+ local_dir: build/doc/javadoc
33
+ skip_cleanup: true
34
+ on:
35
+ branch: develop
36
# Create CHANGELOG.md in the current directory
37
- provider: script
38
script: ./travis/changelog.sh >> CHANGELOG.md
0 commit comments