mirror of
https://github.com/null2264/yokai.git
synced 2025-07-17 22:36:55 +00:00
Initial commit
This commit is contained in:
commit
b69510e972
57 changed files with 1965 additions and 0 deletions
19
.travis.yml
Normal file
19
.travis.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
language: android
|
||||
android:
|
||||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
|
||||
# The BuildTools version used by your project
|
||||
- build-tools-23.0.1
|
||||
- android-23
|
||||
- extra-android-m2repository
|
||||
- extra-google-m2repository
|
||||
- extra-android-support
|
||||
- extra-google-google_play_services
|
||||
|
||||
before_script:
|
||||
- chmod +x gradlew
|
||||
#Build, and run tests
|
||||
script: "./gradlew build testDebug"
|
||||
sudo: false
|
Loading…
Add table
Add a link
Reference in a new issue