diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7f7498f --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 5c39611..6aa1446 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@

license + build

linux-tutorial

+ > 📚 **linux-tutorial** 是一个 Linux 教程。 > > 🔁 项目同步维护在 [github](https://github.com/dunwu/linux-tutorial) | [gitee](https://gitee.com/turnon/linux-tutorial)