From ea1c31eb41384d26f3cbacdf5155be6aa7352c21 Mon Sep 17 00:00:00 2001 From: cconcolato Date: Thu, 2 May 2019 16:08:27 -0700 Subject: [PATCH] use underscore for travis parameters for github pages --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8222301..cf643a91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,8 @@ deploy: on: tags: true - provider: pages - skip-cleanup: true - github-token: $GITHUB_TOKEN - keep-history: true + skip_cleanup: true + github_token: $GITHUB_TOKEN + keep_history: true on: branch: master