1 Star 0 Fork 170

章志成 / db-tutorial

forked from turnon / db-tutorial 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2022-01-08 20:37 . update docs
# 持续集成 CI
# @see https://docs.travis-ci.com/user/tutorial/
language: node_js
sudo: required
node_js: '16.13.0'
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
Python
1
https://gitee.com/gump12138/db-tutorial.git
git@gitee.com:gump12138/db-tutorial.git
gump12138
db-tutorial
db-tutorial
master

搜索帮助