1 Star 0 Fork 0

mozun/javers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bartosz Walacik 提交于 2019-02-16 15:49 . travis deploy
language: java
jdk:
- openjdk11
services:
- postgresql
- mysql
- mongodb
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- psql -c 'create schema j_some authorization postgres;' -U postgres travis_ci_test
- psql -c "CREATE ROLE javers LOGIN PASSWORD 'javers' SUPERUSER;" -U postgres
- psql -c 'SHOW server_version_num;' -U postgres
- mysql -e 'CREATE DATABASE travis_ci_test;' -u root
- mysql -e "CREATE USER 'javers'@'localhost' IDENTIFIED BY 'javers';" -u root
- mysql -e "GRANT ALL PRIVILEGES ON travis_ci_test.* TO 'javers'@'localhost' WITH GRANT OPTION;" -u root
- mongo --eval 'db.version();'
script:
- ./gradlew build
- ./gradlew integrationTest
deploy:
skip_cleanup: true
provider: script
script: travis/deployToSonatype.sh
on:
tags: true
branch: master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/libafei/javers.git
git@gitee.com:libafei/javers.git
libafei
javers
javers
master

搜索帮助