1 Star 0 Fork 74

NayoAyo/Notadd

forked from Notadd/Notadd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 337 Bytes
一键复制 编辑 原始数据 按行查看 历史
vqqIM_admin 提交于 2018-02-09 17:50 . chore(*): add CI
sudo: true
language: node_js
matrix:
fast_finish: true
include:
- node_js: 9
env: version=9
- node_js: 8
env: version=8
services:
- postgresql
before_install:
- sh -c "psql -c 'create database notadd;' -U postgres;"
install:
- npm install yarn -g
- yarn install
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/ysllll/notadd.git
git@gitee.com:ysllll/notadd.git
ysllll
notadd
Notadd
next

搜索帮助