From 1b150a5dd046bb9be973cb9163e2721b1d2c932c Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Tue, 30 Aug 2016 16:47:58 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb0cb9e528..0687a2cb1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ branches: - release-1.4 script: - cd $HOME -- git config --global user.email ${GIT_EMAIL} +- git config --global user.email "${GIT_EMAIL}" - git config --global user.name "${GIT_NAME}" - git clone https://${GIT_USERNAME}:${GH_TOKEN}@github.com/kubernetes-v1-4/kubernetes-v1-4.github.io.git - cd kubernetes-v1-4.github.io