Skip to content

Instantly share code, notes, and snippets.

@RBonaventure
Last active July 17, 2019 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RBonaventure/af12593742ef5a38c1e9aa38d13cb58b to your computer and use it in GitHub Desktop.
Save RBonaventure/af12593742ef5a38c1e9aa38d13cb58b to your computer and use it in GitHub Desktop.
language: android
jdk: oraclejdk8
sudo: false
android:
components:
- platform-tools
- tools
- build-tools-26.0.2
- android-27
- extra-android-m2repository
script: ./gradlew :app:testDebugUnitTest :app:assembleDebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment