Skip to content

Commit e963f5e

Browse files
committed
update docs
1 parent 42aced5 commit e963f5e

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
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)

0 commit comments

Comments
 (0)