update docs

pull/11/head
Zhang Peng 2020-02-10 23:13:58 +08:00
parent 42aced52c3
commit e963f5e234
2 changed files with 26 additions and 0 deletions

24
.travis.yml 100644
View File

@ -0,0 +1,24 @@
# 持续集成 CI
# @see https://docs.travis-ci.com/user/tutorial/
language: node_js
sudo: required
node_js: stable
branches:
only:
- master
before_install:
- export TZ=Asia/Shanghai
script: bash ./scripts/deploy.sh
notifications:
email:
recipients:
- forbreak@163.com
on_success: change
on_failure: always

View File

@ -6,9 +6,11 @@
<p align="center">
<img src="https://badgen.net/github/license/dunwu/linux-tutorial" alt="license">
<img src="https://travis-ci.com/dunwu/linux-tutorial.svg?branch=master" alt="build">
</p>
<h1 align="center">linux-tutorial</h1>
> 📚 **linux-tutorial** 是一个 Linux 教程。
>
> 🔁 项目同步维护在 [github](https://github.com/dunwu/linux-tutorial) | [gitee](https://gitee.com/turnon/linux-tutorial)