1 Star 0 Fork 739

铜绿 / rebuild

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
devezhao 提交于 2019-11-23 16:47 . Update .travis.yml
sudo: false
dist: trusty
language: java
jdk:
- oraclejdk8
# - oraclejdk9
# - oraclejdk11
script: mvn cobertura:cobertura -DskipTests=false
services:
- mysql
- redis
#git:
# depth: 3
#branches:
# only:
# - master
before_script:
- mysql -e "CREATE DATABASE rebuild10 COLLATE utf8mb4_general_ci;"
- mysql -e "CREATE USER 'rebuild'@'127.0.0.1' IDENTIFIED BY 'rebuild'; GRANT ALL PRIVILEGES ON rebuild10.* TO 'rebuild'@'127.0.0.1'; FLUSH PRIVILEGES;"
- mysql -D rebuild10 < src/main/resources/scripts/db-init.sql
# codecov
after_success:
- bash <(curl -s https://codecov.io/bash)
Java
1
https://gitee.com/greenpatina/rebuild.git
git@gitee.com:greenpatina/rebuild.git
greenpatina
rebuild
rebuild
master

搜索帮助