Skip to content

Commit 773b92f

Browse files
committed
Added travis-ci
1 parent 2e0abc7 commit 773b92f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: android
2+
android:
3+
components:
4+
# Uncomment the lines below if you want to
5+
# use the latest revision of Android SDK Tools
6+
# - platform-tools
7+
# - tools
8+
9+
# The BuildTools version used by your project
10+
- build-tools-23.0.2
11+
12+
# The SDK version used to compile your project
13+
- android-23
14+
15+
# Additional components
16+
#- extra-google-google_play_services
17+
#- extra-google-m2repository
18+
#- extra-android-m2repository
19+
#- addon-google_apis-google-19
20+
21+
# Specify at least one system image,
22+
# if you need to run emulator(s) during your tests
23+
#- sys-img-armeabi-v7a-android-19
24+
#- sys-img-x86-android-17

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ repository will allow GitHub to email you whenever I publish a release.
8181
# Gradle Dependency
8282

8383
[![Release](https://img.shields.io/github/release/afollestad/material-dialogs.svg?label=jitpack)](https://jitpack.io/#afollestad/material-dialogs)
84+
[![Build Status](https://travis-ci.org/afollestad/material-dialogs.svg)](https://travis-ci.org/afollestad/material-dialogs)
8485

8586
### Repository
8687

0 commit comments

Comments
 (0)