Skip to content

Commit

Permalink
Fix travis deploy file glob, update readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankery Chen authored and tankery committed May 17, 2019
1 parent d6ebe61 commit c03c551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: app/build/outputs/apk/CircularSeekBar-demo-*-release.apk
file: app/build/outputs/apk/**/CircularSeekBar-demo-*-release.apk
skip_cleanup: true
on:
branch: master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CircularSeekBar

[![Build Status](https://travis-ci.org/tankery/CircularSeekBar.svg?branch=master)](https://travis-ci.org/tankery/CircularSeekBar)
[![GitHub release](https://img.shields.io/github/release/tankery/CircularSeekBar.svg)](https://github.com/tankery/CircularSeekBar/releases)
[![GitHub release](https://img.shields.io/github/release/tankery/CircularSeekBar.svg?label=demo)](https://github.com/tankery/CircularSeekBar/releases)
[![Bintray](https://img.shields.io/bintray/v/tankery/maven/CircularSeekBar.svg)](https://bintray.com/tankery/maven/CircularSeekBar)

Rich feature Circular SeekBar (Circle, Semi-circle, and Ellipse) for Android.
Expand Down

0 comments on commit c03c551

Please sign in to comment.