Skip to content

Commit eff2004

Browse files
author
leeli
committed
CI测试10
1 parent 8d47bf5 commit eff2004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ script:
1313

1414
after_success:
1515
- cd ..
16+
- git checkout gh
1617
- cat README.md
1718
- git config --local user.name "${U_NAME}"
1819
- git config --local user.email "${U_EMAIL}"
1920
- git add .
2021
- git commit -m ":construction_worker:- Build & Deploy by Travis CI"
21-
- git push --force "https://${Travis_Token}@${GIT_REF}" develop:master
22+
- git push --force "https://${Travis_Token}@${GIT_REF}" gh:master

0 commit comments

Comments
 (0)