Skip to content

Commit 4b7ca01

Browse files
author
Zhili Yang
committed
revert .travis.yml
1 parent ca8e4cf commit 4b7ca01

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

.travis.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
language: node_js
22
node_js: stable
3-
before_install:
4-
- npm install -g hexo
3+
4+
# S: Build Lifecycle
55
install:
66
- npm install
7+
8+
#before_script:
9+
# - npm install -g gulp
10+
711
script:
8-
- hexo generate
12+
- hexo g
13+
914
after_script:
1015
- cd ./public
1116
- git init
12-
- git config user.name "zack.li"
17+
- git config user.name "Zhili Yang"
1318
- git config user.email "zack.li@xbro.cn"
1419
- git add .
15-
- git commit -m "Update docss"
20+
- git commit -m "Update docs from travis_ci"
1621
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:master
22+
# E: Build LifeCycle
23+
1724
branches:
1825
only:
19-
- hexo
26+
- develop
2027
env:
21-
global:
22-
- GH_REF: https://github.com/SysTick/systick.github.io.git
23-
- secure: GH_TKEN
28+
global:
29+
- GH_REF: https://github.com/SysTick/systick.github.io.git

0 commit comments

Comments
 (0)