Skip to content

Commit

Permalink
Add license and test to travis ci and update link
Browse files Browse the repository at this point in the history
  • Loading branch information
angien committed Jan 5, 2021
1 parent cf71dc9 commit 553922a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -7,4 +7,10 @@ android:
- build-tools-26.0.2
- android-26
- add-on
- extra
- extra
licenses:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'

script: ./gradlew test
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# kotlin-redux

[![Build Status](https://travis-ci.org/Workday/kotlin-redux.svg?branch=main)](https://travis-ci.org/Workday/kotlin-redux)
[![Build Status](https://api.travis-ci.com/Workday/kotlin-redux.svg?branch=main)](https://travis-ci.com/github/Workday/kotlin-redux)

This library is a simplified implementation of Redux written in Kotlin for Android.

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit 553922a

Please sign in to comment.