You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tachiyomi/.travis.yml

20 lines
431 B

9 years ago
language: android
android:
components:
- platform-tools
- tools
# The BuildTools version used by your project
9 years ago
- build-tools-23.0.3
9 years ago
- 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
9 years ago
script: "./gradlew clean assembleDebug testDebugUnitTest"
9 years ago
sudo: false