1 Star 1 Fork 2

ChinaLym / lombok-intellij-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 844 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: java
jdk:
- openjdk8
git:
submodules: false
# Cache settings
cache:
timeout: 600
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
env:
- IDEA_VERSION=2019.2
before_install:
- chmod +x gradlew
- pip install --user codecov
after_success:
- codecov
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/33baacd26d1b840aebaa
on_success: always
on_failure: always
on_start: never
deploy:
provider: releases
api_key: ${GITHUB_KEY}
skip_cleanup: true
file_glob: true
file: "build/distributions/lombok-plugin-*.zip"
on:
tags: true
condition: $TRAVIS_TAG =~ ^releasebuild_[0-9]+.*$
after_deploy:
- ./gradlew publishPlugin
Java
1
https://gitee.com/ChinaLym/lombok-intellij-plugin.git
git@gitee.com:ChinaLym/lombok-intellij-plugin.git
ChinaLym
lombok-intellij-plugin
lombok-intellij-plugin
master

搜索帮助