diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fec02b0 --- /dev/null +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index b508824..6409fff 100644 --- a/README.md +++ b/README.md @@ -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 ----------