1 Star 0 Fork 61

Hydrion/linux-tutorial

forked from turnon/linux-tutorial 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 342 Bytes
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2020-02-10 23:13 +08:00 . update docs
# 持续集成 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/zhangz123/linux-tutorial.git
git@gitee.com:zhangz123/linux-tutorial.git
zhangz123
linux-tutorial
linux-tutorial
master

搜索帮助