Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add travis.yml script and add the build status to the readme
  • Loading branch information
Jawnnypoo committed Jul 17, 2015
1 parent eafafb9 commit 4085110
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
@@ -0,0 +1,23 @@
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools

# The BuildTools version used by your project
- build-tools-22.0.1

# The SDK version used to compile your project
- android-22

# Additional components
# - extra-google-google_play_services
# - extra-google-m2repository
- extra-android-m2repository

before_script:
- chmod +x gradlew

script: "./gradlew build"
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,12 @@ Vinli Android Net SDK
An Android client for interacting with the Vinli backend from within your application.

Build

-----------

[![Build Status](https://travis-ci.org/vinli/android-net.svg?branch=master)](https://travis-ci.org/vinli/android-net)

Conventions
-----------
### [RxJava](https://github.com/ReactiveX/RxJava/wiki)
Expand Down

0 comments on commit 4085110

Please sign in to comment.