From 13d7b41a06bb6bd86983fc8dbf20ea8f7570ec7f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 27 Feb 2020 18:58:14 +0100 Subject: [PATCH] Fix deprecations in `.travis.yml` --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc010a9..320c221 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,8 @@ script: deploy: provider: pages - skip_cleanup: true local_dir: public - github_token: $GITHUB_TOKEN + token: $GITHUB_TOKEN # Deploy to an organization repository's `master` branch to benefit from # a shorter, prettier URL.