diff --git a/.travis.yml b/.travis.yml index 919c506533..e42774f99d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,13 @@ script: # Deploy build artifacts. Travis does not invoke this step for pull request builds deploy: + # Publish API documentation to GitHub Pages + - provider: pages + github_token: $GITHUB_API_KEY + local_dir: build/doc/javadoc + skip_cleanup: true + on: + branch: develop # Create CHANGELOG.md in the current directory - provider: script script: ./travis/changelog.sh >> CHANGELOG.md