Skip to content

Commit f9c4b50

Browse files
authored
Merge pull request rosenpin#1 from rosenpin/travis-ci
Update .travis.yml
2 parents c113d53 + c6a7c9d commit f9c4b50

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ jdk:
1212
- oraclejdk8
1313
before_install:
1414
- echo "sdk.dir=$ANDROID_HOME" > local.properties
15+
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
16+
- emulator -avd test -no-skin -no-audio -no-window &
17+
- android-wait-for-emulator
18+
- adb shell input keyevent 82 &

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![JitPack](https://jitpack.io/v/rosenpin/FadingTextView.svg)](https://jitpack.io/#rosenpin/FadingTextView)
44
[![Download](https://api.bintray.com/packages/rosenpin/maven/fadingtextview/images/download.svg) ](https://bintray.com/rosenpin/maven/fadingtextview/_latestVersion)
5+
[![Build Status](https://travis-ci.org/rosenpin/FadingTextView.svg?branch=master)](https://travis-ci.org/rosenpin/FadingTextView)
56
[![Apache License 2.0](https://img.shields.io/github/license/HeinrichReimer/material-singleinputform.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
67

78
A textview that changes its content automatically every few seconds

0 commit comments

Comments
 (0)