diff --git a/.travis.yml b/.travis.yml index a6f94ba..4112d3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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