提交 266bfa37 编写于 作者: B Behdad Esfahbod

[docs] Minor

上级 d08035f8
...@@ -21,7 +21,7 @@ git init ...@@ -21,7 +21,7 @@ git init
git config user.name "Travis CI" git config user.name "Travis CI"
git config user.email "travis@harfbuzz.org" git config user.email "travis@harfbuzz.org"
set +x set +x
echo "git remote add upstream \"https://$$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git\"" echo "git remote add upstream \"https://\$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git\""
git remote add upstream "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git" git remote add upstream "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git"
set -x set -x
git fetch upstream git fetch upstream
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册