1 Star 0 Fork 0

Aden/Apktool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
Connor Tumbleson 提交于 2019-06-01 03:58 +08:00 . fix: remove jdk9 (no success)
env:
global:
- TERM=dumb
- GROOVY_TURN_OFF_JAVA_WARNINGS=true
language: java
dist: trusty
matrix:
include:
- os: linux
jdk: openjdk8
- os: linux
jdk: oraclejdk8
- os: linux
jdk: oraclejdk11
- os: osx
osx_image: xcode9.2
- os: windows
language: shell
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
install:
- chmod +x ./scripts/travis-ci/clean-tests.sh
- ./scripts/travis-ci/clean-tests.sh
script:
- chmod +x ./scripts/travis-ci/run-tests.sh
- ./scripts/travis-ci/run-tests.sh
branches:
only:
- master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AdenWork/Apktool.git
git@gitee.com:AdenWork/Apktool.git
AdenWork
Apktool
Apktool
master

搜索帮助