Removed the deploy command from .travis.yml

This commit is contained in:
Fabian Schlenz 2018-03-07 18:03:56 +01:00
parent b65e624876
commit e40096fc44
1 changed files with 0 additions and 10 deletions

View File

@ -11,13 +11,3 @@ 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