From 80e65908259eb830a0adf86d310fabb17a9d4bc9 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Wed, 19 Jun 2019 17:36:06 +0200 Subject: [PATCH] fix: typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff25943..d4ce0ac 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