加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
jessyan 提交于 2017-05-18 10:54 . Demo use v2.0.2
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_API_LEVEL=25
- ANDROID_BUILD_TOOLS_VERSION=25.0.2
- TRAVIS_SECURE_ENV_VARS=true
android:
components:
# The BuildTools version used by your project
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- extra-android-m2repository
- extra-google-android-support
# The SDK version used to compile your project
- android-$ANDROID_API_LEVEL
licenses:
- '.+'
script:
- ./gradlew clean
# - ./gradlew install
# - ./gradlew bintrayUpload
- ./gradlew assembleDebug
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化