MinimalBible/.travis.yml
Bradlee Speice 6de77fbdd2 Update Travis a bit
Need to install Android before running everything...
2014-12-05 01:00:08 -05:00

14 lines
341 B
YAML

language: java
env:
- COMPONENTS="tools,platform-tools,build-tools-21.1.1,android-21,extra-android-m2repository,extra-android-support,extra-google-m2repository"
- ANDROID_HOME="./android-sdk-linux"
before_install:
- ./android_install.sh $COMPONENTS
script:
- ./gradlew test
after_success:
- ./gradlew jacocoTestReport coveralls