Merge branch 'oNaiPs-master'

This commit is contained in:
mar-v-in 2015-08-29 17:49:52 +02:00
commit 3519d33709
2 changed files with 19 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: android
git:
submodules: false
before_install:
- git submodule update --init --recursive
script:
- export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
- export TERM=dumb
- echo sdk.dir $ANDROID_HOME > local.properties
- ./gradlew assembleDebug -x lint
android:
components:
- extra-android-m2repository
- build-tools-22.0.1
- android-22

View File

@ -1,5 +1,7 @@
GmsCore
=======
[![Build Status](https://travis-ci.org/microg/android_packages_apps_GmsCore.svg?branch=master)](https://travis-ci.org/microg/android_packages_apps_GmsCore)
Implementation of the "Play Services" library application.
Building