From 67ab123456e873efd2b5df87529606571beb5870 Mon Sep 17 00:00:00 2001 From: David Collins Date: Wed, 8 Nov 2017 14:35:58 -0800 Subject: [PATCH] Publish API documentation to gh-pages on every push to develop --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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