Skip to content

Commit 124981c

Browse files
committed
Added travis build status to README
1 parent ef0e582 commit 124981c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# WordPress-Editor-Android #
22

3+
[![Build Status](https://travis-ci.org/wordpress-mobile/WordPress-Editor-Android.svg?branch=develop)](https://travis-ci.org/wordpress-mobile/WordPress-Editor-Android)
4+
35
## Introduction ##
46

57
WordPress-Editor-Android is the text editor used in the [WordPress Android app](https://github.com/wordpress-mobile/WordPress-Android) to create and edit pages & posts. In short it's a simple, straightforward way to visually edit HTML.

WordPressEditor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
compile 'com.android.support:appcompat-v7:21.0.+'
4040
compile 'com.android.support:support-v4:21.0.+'
4141
compile 'org.wordpress:analytics:1.0.0'
42-
compile 'org.wordpress:utils:1.5.0'
42+
compile 'org.wordpress:utils:1.5.0'
4343
}
4444

4545
signing {

0 commit comments

Comments
 (0)