1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2024-11-22 08:46:15 +00:00

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

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