Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #473 from a93-39a/master
Browse files Browse the repository at this point in the history
Update README.md and .travis.yml
  • Loading branch information
Austin H authored Aug 10, 2019
2 parents a6cf386 + b9a3d62 commit 380dcae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
language: android
dist: trusty
jdk: oraclejdk8

branches:
only:
- master

script: "./gradlew clean assembleDebug"

env:
global:
- ANDROID_API=25
- ANDROID_BUILD_TOOLS=28.0.3
- HIGHEST_API=29
- LOWEST_API=9

android:
components:
- platform-tools
- tools
- build-tools-23.0.3
- android-23
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS
- android-$ANDROID_API
- extra-android-m2repository
- sys-img-x86-android-$HIGHEST_API
- sys-img-x86-android-$LOWEST_API
licenses:
- android-sdk-preview-license-d099d938
- android-sdk-license-.+
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Simple Last.fm Scrobbler
## Last.fm, Libre.fm, ListenBrainz(.org), and Custom Personal Servers

### ![](art/last.fm.svg) ![](art/libre.fm.png) ![](art/ListenBrainz.org.svg)
![Travis](https://travis-ci.org/a93-39a/sls.svg?branch=master)

[![Gitter](https://img.shields.io/gitter/room/tgwizard/sls.svg?logo=gitter&style=round)](https://gitter.im/tgwizard/sls)
[![Discord](https://img.shields.io/discord/592703275837685760.svg?logo=discord&style=round)](https://discordapp.com/channels/592703275837685760)
Expand Down Expand Up @@ -131,9 +130,12 @@ Before the release of a new version of SLS, it will be available here to test fo

### Supported scrobble services

* [Last.fm](http://last.fm)
* [Libre.fm](http:///libre.fm)
* [ListenBrainz](https://listenbrainz.org)
## Last.fm, Libre.fm, ListenBrainz(.org), and Custom Personal Servers

### [![last.fm](art/last_fm.svg)](https://last.fm) [![libre.fm](art/libre_fm.svg)](https://libre.fm) [![ListenBrainz](art/ListenBrainz.svg)](https://listenbrainz.org)

#### there is also developer server options

* [Custom GNU-fm/Libre.fm Server](https://git.gnu.io/gnu/gnu-fm/blob/master/gnufm_install.txt)
* [Custom ListenBrainz Server](https://github.com/metabrainz/listenbrainz-server/blob/master/README.md)

Expand Down

0 comments on commit 380dcae

Please sign in to comment.