1 Star 0 Fork 120

偷懒的绿叶/ZooKeeper

forked from Apache/ZooKeeper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: java
matrix:
include:
- os: linux
arch: arm64
jdk: openjdk11
- os: linux
arch: s390x
jdk: openjdk11
addons:
apt:
update: true
packages:
- maven
- libcppunit-dev
cache:
directories:
- "$HOME/.m2"
addons:
apt:
packages:
- libcppunit-dev
install:
- if [ "${TRAVIS_CPU_ARCH}" == "arm64" ]; then
sudo apt-get install maven;
fi
script: mvn clean apache-rat:check verify -DskipTests spotbugs:check checkstyle:check -Pfull-build
branches:
only:
- master
- branch-3.7
- branch-3.6
- branch-3.5
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/TouLanDeLvYe/zookeeper.git
git@gitee.com:TouLanDeLvYe/zookeeper.git
TouLanDeLvYe
zookeeper
ZooKeeper
master

搜索帮助