Fix travis warnings

This commit is contained in:
ErickSkrauch 2020-04-10 16:32:58 +03:00
parent d170090980
commit edcdf0022f
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
1 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,5 @@
os: linux
dist: xenial
language: python
cache: pip
@ -10,8 +12,9 @@ script:
deploy:
provider: pages
skip-cleanup: true
local-dir: ./build
github-token: $GITHUB_TOKEN
strategy: git
skip_cleanup: true
local_dir: ./build
token: $GITHUB_TOKEN
on:
branch: master