Added .travis.yml

This commit is contained in:
Boris Timofeev 2016-09-27 22:28:38 +03:00
parent 76c898d77b
commit 816fea8149
2 changed files with 15 additions and 0 deletions

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
language: android
jdk: oraclejdk8
sudo: false
android:
components:
- tools
- platform-tools
- build-tools-24.0.2
- android-24
- extra-android-m2repository
- extra-google-m2repository
script:

View file

@ -1,4 +1,5 @@
[![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=14)
[![Build Status](https://travis-ci.org/btimofeev/UniPatcher.svg?branch=master)](https://travis-ci.org/btimofeev/UniPatcher)
UniPatcher
----------