From 8ac57444051186276d294e6c4bce50b4578a8c6b Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Sat, 3 Mar 2018 21:24:37 +0100 Subject: [PATCH] Modified .travis.yml to upload artifacts to gh-pages. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8e877bf..650a6cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,13 @@ cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ + +deploy: + provider: pages + skip-cleanup: true + github-token: $github_token + keep-history: true + on: + branch: master + local-dir: build/libs + target-branch: gh-pages