Skip to content

Commit

Permalink
Add travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
narenmanoharan committed Jun 26, 2020
1 parent fae8c74 commit cd507e7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: android

android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- android-27
- extra

before_install:
- yes | sdkmanager "platforms;android-27"

jdk:
- oraclejdk8

script:
- ./gradlew clean build test

cache:
directories:
- $HOME/.gradle

0 comments on commit cd507e7

Please sign in to comment.