Skip to content

Instantly share code, notes, and snippets.

@pedrovgs
Created September 20, 2018 13:27
Show Gist options
  • Select an option

  • Save pedrovgs/349e73304c1a85d061f7f0f656e068af to your computer and use it in GitHub Desktop.

Select an option

Save pedrovgs/349e73304c1a85d061f7f0f656e068af to your computer and use it in GitHub Desktop.
Android Travis CI config
language: android
android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- android-28
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
script:
- ./gradlew test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment