From edcdf0022f13c9590d6e6790358c9b93272caa4f Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 10 Apr 2020 16:32:58 +0300 Subject: [PATCH] Fix travis warnings --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c09edd..260e264 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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