Skip to content

Commit

Permalink
Update deprecated keys of .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed May 11, 2020
1 parent e447f0d commit 317b41e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
dist: xenial
sudo: false
python: 3.8
addons:
apt:
Expand All @@ -26,10 +25,10 @@ branches:
- master
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: dist
target-branch: gh-pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: dist
target_branch: gh-pages
on:
branch: master

0 comments on commit 317b41e

Please sign in to comment.