5 Star 2 Fork 4

Gitee 极速下载/powermock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/powermock/powermock
克隆/下载
.travis.yml 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
# More details on how to configure the Travis build
# https://docs.travis-ci.com/user/customizing-the-build/
# Speed up build by leveraging travis caches
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
# Note that OracleJDK 9 is available for jdk_switcher only on Trusty.
# https://github.com/travis-ci/travis-ci/issues/7253#issuecomment-283671037
dist: trusty
group: edge
language: java
matrix:
include:
- jdk: oraclejdk8
env:
- SKIP_RELEASE=true
- powermock.byte-code-framework=Javassist
- jdk: oraclejdk9
env:
- SKIP_RELEASE=true
- powermock.byte-code-framework=Javassist
- jdk: oraclejdk8
#Below skips the installation step completely (https://docs.travis-ci.com/user/customizing-the-build/#Skipping-the-Installation-Step)
#We need it because otherwise Travis CI injects an awkward './gradlew assemble' step into the CI workflow
#We want to control and decide what Gradle tasks are executed
install:
- true
script:
# We are using && below on purpose
# ciPerformRelease must run only when the entire build has completed
# This guarantees that no release steps are executed when the build or tests fail
- ./gradlew assemble -s -PcheckJava6Compatibility && ./gradlew -i -s check && ./gradlew -i ciPerformRelease
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/powermock.git
git@gitee.com:mirrors/powermock.git
mirrors
powermock
powermock
release/2.x

搜索帮助