Skip to content

Commit

Permalink
Publish API documentation to gh-pages on every push to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavidc committed Nov 8, 2017
1 parent 3e01686 commit 67ab123
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67ab123

Please sign in to comment.