File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 持续集成 CI
2+ # @see https://docs.travis-ci.com/user/tutorial/
3+
4+ language : node_js
5+
6+ sudo : required
7+
8+ node_js : stable
9+
10+ branches :
11+ only :
12+ - master
13+
14+ before_install :
15+ - export TZ=Asia/Shanghai
16+
17+ script : bash ./scripts/deploy.sh
18+
19+ notifications :
20+ email :
21+ recipients :
22+ - forbreak@163.com
23+ on_success : change
24+ on_failure : always
Original file line number Diff line number Diff line change 66
77<p align =" center " >
88 <img src="https://badgen.net/github/license/dunwu/linux-tutorial" alt="license">
9+ <img src="https://travis-ci.com/dunwu/linux-tutorial.svg?branch=master" alt="build">
910</p >
1011
1112<h1 align =" center " >linux-tutorial</h1 >
13+
1214> 📚 ** linux-tutorial** 是一个 Linux 教程。
1315>
1416> 🔁 项目同步维护在 [ github] ( https://github.com/dunwu/linux-tutorial ) | [ gitee] ( https://gitee.com/turnon/linux-tutorial )
You can’t perform that action at this time.
0 commit comments