加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 961 Bytes
一键复制 编辑 原始数据 按行查看 历史
marshalchen 提交于 2015-05-23 13:43 . update travis.yml
language: android
# Turning off caching to avoid caching Issues
# cache: false
# Using the new Container-Based Infrastructure
sudo: false
env:
global:
# Initiating clean Gradle output
- TERM=dumb
# Amount of memory granted to Gradle JVM
- GRADLE_OPTS="-Xmx512m -XX:MaxPermSize=512m"
# General Android settings used in builds
- ANDROID_TARGET=android-22
before_install:
# Making sure gradlew has executable permissions
- cd UltimateRecyclerView
- chmod a+x gradlew
android:
components:
# We are using the latest revision of Android SDK Tools
- android-22
# The BuildTools version we are using for our project
- build-tools-22.0.1
- platform-tools
- tools
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
script:
#./gradlew build
./gradlew assembleDebug
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化