Update README.md

This commit is contained in:
Paulus Schoutsen 2019-12-12 15:47:12 +01:00 committed by GitHub
parent 126b025e40
commit 149ec161f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,9 @@
- :tada:
## Continuous Integration
## Testing Dev Releases
We are using [Travis](https://travis-ci.com/home-assistant/home-assistant-android) to perform continuous integration both by unit testing and deploying to [Firebase App Distribution](https://appdistribution.firebase.dev/i/8zf5W4zz) or [Play Store](https://play.google.com/store/apps/details?id=io.homeassistant.companion.android) when we add a git tag.
We are using [Travis](https://travis-ci.com/home-assistant/home-assistant-android) to perform continuous integration both by unit testing, deploying dev releases to [Firebase App Distribution](https://appdistribution.firebase.dev/i/8zf5W4zz) and final releases to the [Play Store](https://play.google.com/store/apps/details?id=io.homeassistant.companion.android) when we add a git tag.
## Quality
@ -32,4 +32,4 @@ This commands runs on our CI to check if your PR passes all tests. So we strongl
To run a check with an auto-format:
```bash
./gradlew ktlintFormat
```
```