Skip to content

Commit

Permalink
setup travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yrom committed Aug 31, 2016
1 parent 544247f commit 18e716d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: android
jdk: oraclejdk7
android:
components:
- platform-tools
- tools
- build-tools-23.0.3
- android-23
- extra-android-m2repository

script: ./gradlew assemble check
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# DraweeTextView
Simple drawee spannable text view based on [Fresco][1].

Simple drawee spannable text view based on [Fresco][1].
[![Build Status](https://travis-ci.org/Bilibili/drawee-text-view.svg?branch=master)](https://travis-ci.org/Bilibili/drawee-text-view)
# Usage
```java
DraweeTextView textview = (DraweeTextView)findViewById(R.id.text);
Expand Down

0 comments on commit 18e716d

Please sign in to comment.