Update .travis.yml

This commit is contained in:
Janet Kuo
2016-08-30 17:00:01 -07:00
committed by GitHub
parent 1b150a5dd0
commit 072bec3b78
+1
View File
@@ -8,6 +8,7 @@ script:
- cd $HOME
- git config --global user.email "${GIT_EMAIL}"
- git config --global user.name "${GIT_NAME}"
- git config --global push.default matching
- git clone https://${GIT_USERNAME}:${GH_TOKEN}@github.com/kubernetes-v1-4/kubernetes-v1-4.github.io.git
- cd kubernetes-v1-4.github.io
- git remote add --fetch --track release-1.4 homebase "https://${GIT_USERNAME}:${GH_TOKEN}@github.com/kubernetes/kubernetes.github.io.git"