1 Star 2 Fork 1

猫与好天气/COLA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
# Building a Java project
# https://docs.travis-ci.com/user/languages/java
#
# how to install and set jdk on travis:
# - Testing Against Multiple JDKs
# https://docs.travis-ci.com/user/languages/java/#Testing-Against-Multiple-JDKs
# - JVM images
# https://docs.travis-ci.com/user/reference/trusty/#JVM-(Clojure%2C-Groovy%2C-Java%2C-Scala)-images
# - Customizing the Build / Build Matrix
# https://docs.travis-ci.com/user/customizing-the-build/#Build-Matrix
language: java
# The Ubuntu Linux Build Environments
# https://docs.travis-ci.com/user/reference/linux/
dist: bionic
# JVM (Clojure, Groovy, Java, Scala) support
# https://docs.travis-ci.com/user/reference/bionic#jvm-clojure-groovy-java-scala-support
jdk:
- openjdk11
# Job Lifecycle
# https://docs.travis-ci.com/user/job-lifecycle/
before_install:
# output env info
- echo -e "PATH=$PATH\nSHELL=$SHELL"
script:
- scripts/multi-jdk-integration-test.sh
after_script:
- git status --ignored
before_cache:
# clear self maven install
- rm -rf $HOME/.m2/repository/com/alibaba/cola
- rm -rf $HOME/.m2/repository/com/alibaba/craftsman
- rm -rf $HOME/.m2/repository/com/alibaba/demo
# Caching Dependencies and Directories
# https://docs.travis-ci.com/user/caching/
cache:
directories:
- $HOME/.m2
- $HOME/.sdkman
- $HOME/.cache/pip
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lvjiyuan88/COLA.git
git@gitee.com:lvjiyuan88/COLA.git
lvjiyuan88
COLA
COLA
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385