MinimalBible/.travis.yml
Bradlee Speice 72675b3e4c Wrong update command
This will be the last test for now, please don't hate me Travis admins!
2014-11-24 00:54:49 -05:00

21 lines
410 B
YAML

# We still need android to get the build tools/support libraries
language: android
android:
components:
- tools
- platform-tools
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository
- build-tools-21.1.1
- android-21
before_script:
- echo y | android update sdk -u
script:
- ./gradlew test
after_success:
- ./gradlew jacocoTestReport coveralls