Modified .travis.yml to upload artifacts to gh-pages.

This commit is contained in:
Fabian Schlenz 2018-03-03 21:24:37 +01:00
parent 2324c6e0c4
commit 8ac5744405
1 changed files with 10 additions and 0 deletions

View File

@ -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