diff --git a/.travis.yml b/.travis.yml index e15a83ba..e982e1fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: android +dist: trusty +jdk: oraclejdk8 branches: only: @@ -6,12 +8,22 @@ branches: 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-.+ diff --git a/README.md b/README.md index 6a3c7300..4705a5fe 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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)