From f80a0cbd07ebbe8a3627b32049069d380b21d846 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sun, 25 Aug 2019 14:03:15 +0530 Subject: [PATCH] Fixing CI build errors --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46a545351..8aa80c5b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,10 +35,10 @@ notifications: deploy: provider: pages - skip_cleanup: true + skip-cleanup: true # Refer to: https://docs.travis-ci.com/user/deployment/pages/#Setting-the-GitHub-token - github_token: $GITHUB_ACCESS_TOKEN + github-token: $GITHUB_ACCESS_TOKEN target-branch: gh-pages - local_dir: dist + local-dir: dist on: - branch: master \ No newline at end of file + branch: master