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 6d31cd7 commit 56be736Copy full SHA for 56be736
.travis.yml
@@ -18,12 +18,12 @@ after_script:
18
- git config user.email "zack.li@xbro.cn"
19
- git add .
20
- git commit -m "Update docs, Auto build by Travis."
21
- - git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:master
+ - git push --force --quiet "https://${FARAWAY_CI}@${GH_REF}" master:master
22
# E: Build LifeCycle
23
24
branches:
25
only:
26
- - develop
+ - master
27
env:
28
global:
29
- GH_REF: github.com/SysTick/systick.github.io.git
0 commit comments