Skip to content

Commit

Permalink
Added travis build status to README
Browse files Browse the repository at this point in the history
  • Loading branch information
aforcier committed Apr 2, 2015
1 parent ef0e582 commit 124981c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# WordPress-Editor-Android #

[![Build Status](https://travis-ci.org/wordpress-mobile/WordPress-Editor-Android.svg?branch=develop)](https://travis-ci.org/wordpress-mobile/WordPress-Editor-Android)

## Introduction ##

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.
Expand Down
2 changes: 1 addition & 1 deletion WordPressEditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:21.0.+'
compile 'com.android.support:support-v4:21.0.+'
compile 'org.wordpress:analytics:1.0.0'
compile 'org.wordpress:utils:1.5.0'
compile 'org.wordpress:utils:1.5.0'
}

signing {
Expand Down

0 comments on commit 124981c

Please sign in to comment.