Added .travis.yml to test out Travis-CI
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: android
|
||||
android:
|
||||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
- build-tools-23.0.3
|
||||
- android-23
|
||||
|
||||
script:
|
||||
- ./gradlew build assembleRelease
|
||||
Reference in New Issue
Block a user