2 Star 0 Fork 0

胖子AK / rap2-delos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 409 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bosn 提交于 2018-01-22 10:26 . fix travis
language: node_js
services:
- mysql
cache:
directories:
- node_modules
- $HOME/.npm
notifications:
email: false
node_js:
- '8'
before_install:
- npm i -g npm@^5.5.1
- mysql -e 'CREATE DATABASE IF NOT EXISTS RAP2_DELOS_APP DEFAULT CHARSET utf8 COLLATE utf8_general_ci'
script:
- npm install
- npm run build
- npm run create-db
- npm run test
- npm run check
after_success:
NodeJS
1
https://gitee.com/dokak47/rap2-delos.git
git@gitee.com:dokak47/rap2-delos.git
dokak47
rap2-delos
rap2-delos
master

搜索帮助