From 01af8a8f2c0303c3cee810c03c1ab907bef27a5f Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Wed, 19 Jun 2019 17:34:45 +0200 Subject: [PATCH] fix: typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1fe981d..27c9e0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ jobs: install: npm install --no-package-lock before_deploy: - git config user.email ${GITHUB_EMAIL:-"travis@travis-ci.org"} - - git config user.name ${GITHUB_USER:-""Travis CI""} + - git config user.name ${GITHUB_USER:-"Travis CI"} - git remote set-url origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git deploy: skip_cleanup: true