We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d47bf5 commit eff2004Copy full SHA for eff2004
.travis.yml
@@ -13,9 +13,10 @@ script:
13
14
after_success:
15
- cd ..
16
+ - git checkout gh
17
- cat README.md
18
- git config --local user.name "${U_NAME}"
19
- git config --local user.email "${U_EMAIL}"
20
- git add .
21
- git commit -m ":construction_worker:- Build & Deploy by Travis CI"
- - git push --force "https://${Travis_Token}@${GIT_REF}" develop:master
22
+ - git push --force "https://${Travis_Token}@${GIT_REF}" gh:master
0 commit comments